Database Error Messages

ORA-42691

Cannot update JSON Relational Duality View 'string': View is not updateable.

Cause

UPDATE annotation was not specified for any table or NOUPDATE annotation was specified for all tables during duality view creation.


Action

Re-create the duality view with INSERT, UPDATE, and DELETE annotations for relevant tables and retry the operation.