Database Error Messages

OCI-40480

JSON array wrapper needed for result of JSON query 'string'

Cause

The JavaScript Object Notation (JSON) path expressions selected a result that can only be returned inside an array.


Action

Add WITH ARRAY WRAPPER to the JSON function.