Database Error Messages

ORA-17289

ResultSet after last row

Cause

An attempt is being made to fetch data from ResultSet after the cursor passed the end of all the rows returned.


Action

Ensure that the ResultSet cursor is within the range of the number of rows returned before fetching data.