Oracle Solution for Error ora-22282

Solution for Oracle Error ORA-22282

ORA-22282: non-contiguous append to a buffering enabled LOB not allowed

What triggered the Error:

e buffered write operation has an input offset value more than one byte or character past the end of the LOB.

What should we do to fix it:

ecify an input offset value which is exactly one character or byte greater than the length of the LOB that you are attempting to update through a buffered write operation.