Database Error Messages

ORA-61723

Value selected by JSON path 'string' exceeds maximum (string).

Cause

The JSON path expression selected a value that exceeded the maximum length specified in the RETURNING clause.


Action

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