Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-24858

value LOB is very large

Cause

The value LOB was larger than 256 MB and was trying to send to the client side.


Action

There are 2 possible solutions:

  • Enable fetch duration for value LOBs.
  • Do not use value LOBs.