Database Error Messages

ORA-40481

ASCII or PRETTY not supported for non-textual return data type.

Cause

Attempted to PRETTY print or escape non-ASCII characters for a non-textual output of a JavaScript Object Notation (JSON) operation.


Action

Change return data type to VARCHAR2 or CLOB or remove the PRETTY or ASCII serialization option.