Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-40937

Cannot insert into table 'string' in JSON Relational Duality View 'string': Missing INSERT annotation or NOINSERT annotation specified.

Cause

INSERT annotation for the table was not specified or NOINSERT annotation was specified during duality view creation.


Action

Re-create the duality view with INSERT annotation for the table and retry the operation. If it is not possible to add an INSERT annotation for the specified table, insert data into the table directly and retry the operation.