Hi,
I am using weblogic 7.1
Whenever I am getting an exception " java.sql.SQLException: ORA-02392: exceeded session limit on CPU usage, you are being logged off
" and I am trying to close the connections in the finally clause it is not closing.
Due to which jdbcConnectionPoolRuntimeMbean.getLeakedConnectionCount() is always giving me an open connection and this count goes on increasing in whenever this exception occurs.
Now My Question is :
1) Is there an actual connection leak ?
Thanks in advance for help.
Regards,
Shakti
I am using weblogic 7.1
Whenever I am getting an exception " java.sql.SQLException: ORA-02392: exceeded session limit on CPU usage, you are being logged off
" and I am trying to close the connections in the finally clause it is not closing.
Due to which jdbcConnectionPoolRuntimeMbean.getLeakedConnectionCount() is always giving me an open connection and this count goes on increasing in whenever this exception occurs.
Now My Question is :
1) Is there an actual connection leak ?
Thanks in advance for help.
Regards,
Shakti