Database Error Messages

ORA-42560

Cannot create JSON-relational duality view 'string': table 'string' cannot be marked as updatable since it has a LIMIT clause.

Cause

The table cannot be marked as updatable if it has the LIMIT clause.


Action

Please remove the LIMIT clause or INSERT/UPDATE/DELETE tags.