Database Error Messages

OCI-44963

invalid ON ERROR/EMPTY/MISSING/NULL clause for JSON_EXPAND_ARRAY

Cause

Attempted to expand a JSON array with invalid options for the ON ERROR/EMPTY/MISSING/NULL clause of JSON_EXPAND_ARRAY. The allowed options are: ERROR/NULL ON ERROR ABSENT/IGNORE/NULL ON EMPTY ABSENT/IGNORE/NULL ON NULL ABSENT/IGNORE ON MISSING


Action

Use the allowed options for the ON EMPTY/MISSING/NULL clause.