ORA-22923: amount of data specified in streaming LOB write is 0 15-30 Oracle Database ErrorMessages Cause: Trying to write LOBvalue via the streaming mechanism (i.e. unlimited
write) but the input amount of data to stream was specified as 0. Thus, theuser is
trying to write 0 bytes to the LOB value. Action: Write more than 0 bytesto the LOB value.