-79831

Exceeded maximum no. of connections configured for Connection Pool Manager

If you repeatedly connect to a database using a DataSource object without closing the connection, connections accumulate. When the total number of connections for the DataSource object exceeds the maximum limit (100), this error is thrown.