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.
ORA-40803
JSON_TRANSFORM operation called with NULL input
Cause
A JSON_TRANSFORM operation was called with an input value that was NULL and the operation had ERROR ON NULL handling specified.
Action
Ensure that the provided value is not NULL or remove the ERROR ON NULL option.
ORA-40803
JSON_TRANSFORM operation called with NULL input
Cause
A JSON_TRANSFORM operation was called with an input value that was NULL and the operation had ERROR ON NULL handling specified.
Action
Ensure that the provided value is not NULL or remove the ERROR ON NULL option.