Database Error Messages

ORA-24823

The write operation is not allowed for read-only LOB

Cause

An attempt was made to execute a large object (LOB) write operation on a read-only LOB.


Action

Only execute read operations on a read-only LOB or change the LOB to read/write.