Select from following answers:- Increase the size of the connection pool or increase the connection timeout.

- Ensure that the database is online.
- Disable connection pooling.
- All Above
The error indicates that all connections in the pool are in use and not freed before the timeout expires. To ensure that connections are available during peak load, you can fix the problem by increasing the size of the connection pool or increasing the connection timeout.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator