How to detect Connection leaks ?
843859Oct 24 2006 — edited May 2 2007Hi 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