Database Error Messages

ORA-40486

array wrapper not valid for column string

Cause

A JSON_TABLE column used the ARRAY WRAPPER clause where it was not allowed because the column did not have JSON_QUERY semantics.


Action

Change the column semantics to JSON_QUERY or remove the array wrapper.