OCI-40099
invalid option for ON ERROR clause in JSON_TRANSFORM for path string
Cause
An invalid option for the ON ERROR clause is provided for the JSON_TRANSFORM operation.
Action
Specify a different option for ON ERROR, or omit the ON MISMATCH clause and accept the default ON ERROR option for this operator. Common ON ERROR options are ERROR ON ERROR, or IGNORE ON ERROR.