ORA-40788
        JSON_TRANSFORM function INSERT operation contains invalid path (string)
        
        
        Cause
        An attempt was made to insert a value into a JSON object or array using a JavaScript Object Notation (JSON) path expression that could potentially select multiple positions inside the same array or multiple keys in the same object. This is not allowed.
        Action
        Do not use the asterisk (*) wildcard or range specification in the JSON path expression of an INSERT operation.
        
     
    
    
        ORA-40788
        JSON_TRANSFORM insert operation contains invalid path
        
        
        Cause
        An attempt was made to insert a value into a JSON object or array using a JavaScript Object Notation (JSON) path expression that can potentially select multiple positions inside the same array or multiple keys in the same object.
        Action
        Do not use the asterisk (*) wildcard or range specification in the JSON path expression of an 'insert' operation.
        
     
    
    
        ORA-40788
        JSON_TRANSFORM insert operation contains invalid path
        
        
        Cause
        An attempt was made to insert a value into a JSON object or array using a JavaScript Object Notation (JSON) path expression that can potentially select multiple positions inside the same array or multiple keys in the same object.
        Action
        Do not use the asterisk (*) wildcard or range specification in the JSON path expression of an 'insert' operation.