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)