Select from following answers:- Ensure that your application closes all database connections correctly and consistently.
- Ensure that the database is online.
- Increase the connection timeout.
- All Above
The error pattern indicates that all connections are "leaked" over a long period. To fix this problem, ensure that your application closes all database connections correctly and consistently.
The exception does not indicate that the database is offline. The exception indicates a connection pool problem.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator