SQLState code for "No more data available to read"
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.