Oracle Message ORA-22923 - amount of data specified in streaming LOB write is 0

ERRORamount of data specified in streaming LOB write is 0
CAUSETrying to write LOB value via the streaming mechanism (i.e. unlimited write) but the input amount of data to stream was specified as 0. Thus, the user is trying to write 0 bytes to the LOB value.
ACTIONWrite more than 0 bytes to the LOB value.