Database Error Messages

OCI-17075

Invalid operation for forward-only ResultSet

Cause

An attempt is being made to use an invalid operation on a forward-only ResultSet. Note that a forward-only ResultSet is non-scrollable and any methods positioning a forward-only ResultSet are not allowed.


Action

Only use the next() method for forward traversal.