Database Error Messages

ORA-30655

Cannot lock rows in external tables with SELECT FOR UPDATE.

Cause

Attempted to lock rows of an external table using SELECT FOR UPDATE. Rows in external tables cannot be locked.


Action

Use SELECT without the FOR UPDATE clause with external tables.