Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-14356

cannot update a join view using UPDATE FROM clause

Cause

An UPDATE statement with a FROM clause was specified, where the update target was a join view.


Action

Provide an update target that is a table, single-table view, or a materialized view.