We use the database connection pool for our java application. This is a web application running tomcat.
I want to view live connections in a pool as they are created and destroyed. Can anybody help?
UPDATE: we are using Oracle 11g. We use the DDConnectionBroker library to pool pools.
source share