Database Error Messages

ORA-40459

output value too large (actual: string, maximum: string)

Cause

The provided JavaScript Object Notation (JSON) operator generated a result which exceeded the maximum length specified in the RETURN clause.


Action

Increase the maximum size of the data type in the RETURNING clause or use a CLOB/BLOB in the RETURNING clause.