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!

java.sql.SQLException: Exhausted Resultset

843859Aug 14 2008 — edited Aug 14 2008
We have changed the drivers ojdbc14.jar compatible to oracle 10g after changing that.My application is throwing the error.Before that application was working perfectly.
Please let me know what do I need to do to fix it.This is runnning on tomcat5.5
java.sql.SQLException: Exhausted Resultset
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
	at oracle.jdbc.driver.OracleResultSetImpl.getInt(OracleResultSetImpl.java:512)
	at org.apache.tomcat.dbcp.dbcp.DelegatingResultSet.getInt(DelegatingResultSet.java:186)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2008
Added on Aug 14 2008
2 comments
521 views