Database Error Messages

OCI-40481

ASCII or PRETTY print mode requested on non-textual JSON return type

Cause

An attempt is being made to PRETTY print or escape non-ASCII characters for a non-textual output of a JavaScript Object Notation (JSON) operation.


Action

Either change the return data type to VARCHAR2, RAW, CLOB, or BLOB or remove the PRETTY or ASCII serialization option.