Database Error Messages

OCI-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.