Oracle Error Message
ORA-24818: Operation not permitted on Abstract LOBs
Reason for the Error
Abstract LOB locators were not allowed in the operation. For example, OCILobAssign only takes persistent LOB locators as parameters, not Abstract (i.e., client-side created) LOBs.
Solution
Avoid the operation on Abstract LOBs.