Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-61722

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

Cause

The provided JavaScript Object Notation (JSON) operator is generating a result that exceeds 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.