I am getting the error java.sql.SQLException: Exhausted ResultSet to exeute a query against an Oracle database. The connection is via a connection pool defined in the Websphere. The code executed is below:
if (rs! = null) (
while (rs.next ()) (
count = rs.getInt (1);
)
)
I can see here that the result set contains data (rs.next ())