Database Error Messages

ORA-44975

Column 'string' of table 'string' cannot be selected in JSON relational duality view as it has an IS JSON check constraint.

Cause

A non-JSON type column was selected in the JSON relational duality view that had an IS JSON check constraint.


Action

Remove the IS JSON check constraint to treat the column value as text or change the data type of the column to JSON.