Database Error Messages

ORA-17087

Ignored performance hint: setFetchDirection()

Cause

An attempt is being made to set the fetch direction to FETCH_REVERSE or FETCH_UNKNOWN, which are not supported by the Oracle JDBC driver.


Action

Ensure that the fetch direction is set to FETCH_FORWARD, because this is the only fetch direction supported by the Oracle JDBC driver.