ORA-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.
        
     
    
    
        ORA-40480
        result cannot be returned without array wrapper
        
        
        Cause
        The JavaScript Object Notation (JSON) path expressions selected a value that can only be returned inside an array.
        Action
        Add WITH ARRAY WRAPPER to the JSON function.
        
     
    
    
        ORA-40480
        result cannot be returned without array wrapper
        
        
        Cause
        The JavaScript Object Notation (JSON) path expressions selected a value that can only be returned inside an array.
        Action
        Add WITH ARRAY WRAPPER to the JSON function.