Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-40616

Cannot create JSON Relational Duality View 'string': using ABSENT ON NULL in JSON_OBJECT() is not permitted.

Cause

ABSENT ON NULL clause was used as part of the JSON_OBJECT() function.


Action

Remove the ABSENT ON NULL clause from the Duality View declaration, or use NULL ON NULL instead.