Database Error Messages

ORA-42561

Cannot create JSON-relational duality view 'string': table 'string' cannot have a LIMIT clause since it does not have an identifying key.

Cause

The table cannot have the LIMIT clause since it does not have an identifying key.


Action

Please remove the LIMIT clause or add an identifying key.