ORA-32116: Buffer size is less than amount specified
What triggered the Error:
The buffer size specified for the LOB read or write operation was less than the amount to be read or written.What should we do to fix it:
The buffer size must be equal to or greater than than the amount to be read from or written to the LOB.