Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-22925

operation would exceed maximum size allowed for a LOB value

Cause

An attempt was made to write too much data to the LOB value. LOB size is limited to (4 gigabytes - 1) * DB_BLOCK_SIZE.


Action

Either start writing at a smaller LOB offset or write less data to the LOB value.