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!

"java.sql.SQLException: Logical handle no longer valid exception" in jdbc

843854Apr 17 2004 — edited Sep 19 2005
I am getting the following exception "java.sql.SQLException: Logical handle no longer valid exception" thrown when i invoke the commit() or rollback() on the connection object.
The jdbc dirver which is use is the one from oracle (Type 4 driver) ojdbc.jar ( Version 9.2 ). I have implemented connection pooling in my application using the OracleConnectionCacheImpl class. I have closed all the logical connection which i have received from the OracleConnectionCacheImpl class once they are done, even then i am getting this exception.
Could any experts out there could help me solving this issue.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2005
Added on Apr 17 2004
16 comments
765 views