Database Error Messages

ORA-17283

Resultset is not available

Cause

An attempt is being made to call getResultSet() on an OracleStatement, but the result set has been closed implicitly and is therefore null.


Action

Ensure that the result set is not null while calling getResultSet().