Database Error Messages

ORA-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.