Database Error Messages

ORA-40803

JSON_TRANSFORM operation called with NULL input

Cause

A JSON_TRANSFORM operation was called with a NULL input value and the operation had ERROR ON NULL handling specified.


Action

Ensure that the specified value is not NULL or remove the ERROR ON NULL option.