ORA-22925: operation would exceed maximum size allowed for a LOB value
What triggered the Error:
ying to write too much data to the LOB value. LOB size is limited to 4 gigabytes.What should we do to fix it:
ther start writing at a smaller LOB offset or write less data to the LOB value.