ERROR | Cannot open a LOB in read-write mode without a transaction |
CAUSE | An attempt was made to open a LOB in read-write mode before a transaction was started. |
ACTION | Start a transaction before opening the LOB in read-write mode. Ways to start a transaction include issuing a SQL DML or SELECT FOR UPDATE command. Opening hte LOB in read-only mode does not require a transaction. |