"java.sql.SQLException: Logical handle no longer valid exception" in jdbc
843854Apr 17 2004 — edited Sep 19 2005I 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.