Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to detect Connection leaks ?

843859Oct 24 2006 — edited May 2 2007
Hi all,
we have a problem with the number of cursors opened in our application.
The application is deployed on Bea Weblogic 8.1
Obviously in some pieces of code (called in a loop) Statements aren't closed.
Unfortuntely the number of methods which open/close connection to the DB are countless.

Does anybody know if there is a way (maybe using MBeans ?), or a monitoring tool which detects all the pieces of code where Statements aren't closed ?

Thanks a lot
Francesco
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2007
Added on Oct 24 2006
6 comments
544 views