Database Error Messages

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

OCI-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.