Database Error Messages

ORA-42690

Cannot string JSON Relational Duality View 'string': View is read-only.

Cause

UPDATE, INSERT, or DELETE annotations were not specified for any table or NOUPDATE, NOINSERT, and NODELETE annotations were specified for all tables during duality view creation.


Action

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