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.