Database Error Messages

ORA-24831

The write operation is not allowed for read-only LOB column string in string.string.

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.