I am using the Connection pool through JNDI Datasource to connect me to the database 
Oracle, however as I can be sure that the pool is working correctly.
How can I be tested the pool of connections is working correctly, in other words, if 
my new requests of connections are being assisted by the pool instead of happening the 
creation of new connections?

Reply via email to