ORA-22294: cannot update a LOB opened in read-only mode
What triggered the Error:
attempt was made to write to or update a LOB opened in read-only mode.What should we do to fix it:
ose the LOB and re-open it in read-write mode before attempting to write to or update the LOB.