ORA-03131

Error: ORA-03131: an invalid buffer was provided for the next piece

Causa: The application either provided the length of the buffer for the next piece to be zero or provided a null pointer.

Acción: Verify if the buffer pointer for the next piece is null or if the length is zero.

COMENTARIOS:


No hay comentarios.