ORA-24811: less data provided for writing than indicated Cause: While writing into aLOB, less data was provided than indicated. Action: If writing data insingle pieces, then make sure that the buffer length
specified is big enough to accommodate tha data being provided. If data iswritten
in pieces, then make sure that all the data has been provided before specifying
OCI_LAST_PIECE.