Skip to Main Content

Oracle Database Discussions

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!

SQLState code for "No more data available to read"

user753060Nov 10 2011 — edited Nov 10 2011
Environment: Oracle 9i
JDK : 1.4

I am maintaining a JDBC connection pool. At times I get an error saying

"[Oracle JDBC Driver]No more data available to read".

As far as I know (correct me if I am wrong) this error is due to a stale connection. I wanted to know what SQLstate code would denote this error so that I can check for it when the exception is thrown and re-initialize the pool.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2011
Added on Nov 10 2011
1 comment
436 views