Oracle Solution for Error ora-24809

Solution for Oracle Error ORA-24809

ORA-24809: amount specified will not fit in the lob buffers

What triggered the Error:

B buffering is enabled for the input lob locator so buffering will be used. However, the amount of lob data to read or write is larger than what the lob buffers can hold.

What should we do to fix it:

ther disable buffering on the input lob locator and reissue the command or pass a smaller amount.