Database Error Messages

OCI-40762

missing value in JSON_TRANSFORM

Cause

An attempt was made to perform a JSON_TRANSFORM operation on a value that was missing in the document that was being transformed. The error occurred because the JSON path expression did not match any key in the input document.


Action

Correct your path expression or change the ON MISSING clause in the JSON_TRANSFORM operation.