Database Error Messages

ORA-42617

Cannot create JSON-relational duality view 'string'. Table 'string' does not have a NOT NULL constraint on unique key.

Cause

The specified table does not have a NOT NULL constraint on unique key, which is required to uniquely identify the duality view object.


Action

Add a NOT NULL constraint unique key to the table.