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!

Connection closed and SlqState 08003 but the connection is opened.

tullio0106Apr 5 2012 — edited Nov 20 2014
I've a very bad problem.
I've a Prepared statement I try to execute but I get a Vendor code 17009 and a SqlState 08003.
The Vendor code is translated to "Connection closed" (I see it in italian) but translation may be wrong.
Anyway just before the execution I test :
. the statement and is not closed
. the connection and is not closed
. the connection is valid
then I execute and I get the SqlRecoveableException I discussed before.
In the catch part I test again the statement and the connection and they are still opened.
What's can be wrong ?
Tks
Tullio
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2012
Added on Apr 5 2012
2 comments
1,608 views