Database Error Messages

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

ORA-01739

missing MODE keyword

Cause

In a LOCK TABLE statement, the keyword MODE was missing. The keyword MODE must directly follow the specified lock mode.


Action

Check the statement syntax, insert the keyword MODE where required, and retry the statement.