Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Answer / Mudit Kumar
The attribute that shows you how many clients are currently waiting for a connection is Active Wait Count, found in the Monitoring tab of the JDBC Connection Pool configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by jdbc driver and explain its types?
Difference between Dirty, commited ,phantom,repeatable reads?
How is jndi useful for Database connection?
What is thin driver in jdbc?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
what does batchUpdate does?
When do we use execute method in java jdbc?
What is JDBC Driver interface?
How can you use preparedstatement in jdbc?
What is use of connection pooling?
Explain about DSN?
What is xe in oracle jdbc url?