Database Error Messages

ORA-42629

Cannot create JSON Relational Duality View 'string': Expression used for UNNEST does not return a JSON object.

Cause

The UNNEST keyword or directive was specified on a JSON array or a scalar value or a datatype that is not a JSON object, which is not allowed.


Action

Remove the UNNEST keyword or directive, or modify the expression to return a JSON object.