Database Error Messages

ORA-42689

Cannot update string column 'string' of table 'string' in JSON Relational Duality View 'string': Missing UPDATE annotation or NOUPDATE annotation specified.

Cause

UPDATE annotation for the column is not specified or NOUPDATE annotation was specified during duality view creation.


Action

Re-create the duality view with UPDATE annotation for the column or table containing the column and retry the operation.