Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-17014

Invalid ResultSet position. ResultSet is positioned before the first row.

Cause

The resultSet cursor is not positioned.


Action

Set the ResultSet position by calling resultSet.next() prior to calling any getter method.