I am accessing Oracle 8i database through JDBC.
I take connection from connection pool and then run queries to fetch data or update data.
But sometimes,I get the above exception.
What are the possible causes of this exception?
Any thoughts?
Thanks in advance

-Pratik