ORA-24808: streaming of lob data is not allowed when using lob buffering Cause: Attempted to streamlob data via the polling mode or a callback when lob
buffering was enabled for the input lob locator. Action: Lob buffering isuseful when reading/writing small amounts of lob data
so streaming should not be necessary. Rewrite the OCILobRead/OCILobWrite call
so that it does not use streaming. If streaming of data is required, lobbuffering
should not be used. In this case, flush buffers associated with the input loblocator
as necessary, disable buffering on the input lob locator and reissue the
OCILobRead/OCILobWrite call.