Database Error Messages

ORA-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.