ORA-22923

Error: ORA-22923: amount of data specified in streaming LOB write is 0

Causa: An attempt was made to write LOB value via the streaming mechanism (that is, 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.

Acción: Write more than 0 bytes to the LOB value.

COMENTARIOS:


No hay comentarios.