ORA-40795
        Cannot perform a write operation on a JSON descriptor in a C callout if the PL/SQL argument type is IN.
        
        
        Cause
        Attempted to perform a write operation on a JSON descriptor passed as an IN argument to a C callout.
        Action
        Use either IN/OUT or OUT type argument for the JSON type in the C callout.
        
     
    
    
        ORA-40795
        cannot perform a write operation on a JSON descriptor in a C callout if the PL/SQL argument type is IN
        
        
        Cause
        An attempt was made to perform a write operation on a JavaScript Object Notation (JSON) descriptor passed as an IN argument to a C callout.
        Action
        Use either IN/OUT or OUT type argument for JSON type in the C callout.
        
     
    
    
        ORA-40795
        cannot perform a write operation on a JSON descriptor in a C callout if the PL/SQL argument type is IN
        
        
        Cause
        An attempt was made to perform a write operation on a JavaScript Object Notation (JSON) descriptor passed as an IN argument to a C callout.
        Action
        Use either IN/OUT or OUT type argument for JSON type in the C callout.