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.
        
     
    
    
        ORA-40486
        array wrapper not valid for this column
        
        
        Cause
        A JSON_TABLE column with JSON_VALUE semantics could not have an array wrapper.
        Action
        Change column semantics to JSON_QUERY or remove the array wrapper.
        
     
    
    
        ORA-40486
        array wrapper not valid for this column
        
        
        Cause
        A JSON_TABLE column with JSON_VALUE semantics could not have an array wrapper.
        Action
        Change column semantics to JSON_QUERY or remove the array wrapper.