Oracle Error Message
ORA-24806: LOB form mismatch
Reason for the Error
When reading from or writing into LOBs, the character set form of the user buffer should be same as that of the LOB.
Solution
Make sure that the buffer you are using to read or write has the same form as that of the LOB.