Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-40791

invalid option for ON NULL clause in JSON_TRANSFORM for path string

Cause

An invalid option for the ON NULL clause is provided for the JSON_TRANSFORM operation.


Action

Specify a different option for ON NULL, or omit the ON NULL clause and accept the default ON NULL option for this operator. Common ON NULL options are ERROR ON NULL, NULL ON NULL, or IGNORE ON NULL.