Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00413

identifier in CURRENT OF clause is not a cursor name

Cause

The identifier in a CURRENT OF clause names an object other than a cursor.


Action

Check the spelling of the identifier. Make sure that it names the cursor in the DELETE or UPDATE statement and that it names the cursor itself, not a FOR-loop variable.