Database Error Messages

OCI-17083

Not on the insert row

Cause

An attempt is being made to insert a row into an updatable result set, but the cursor is not positioned on the insert row.


Action

Position the cursor on the insert row by calling the ResultSet.moveToInsertRow() method before attempting to insert a row.