ORA-22152

Error: ORA-22152: destination variable-length array is not initialized

Causa: The variable-length array on the right-hand-side of an assignment or the destination array of an append is not initialized.

Acción: Initialize the destination variable-length array prior to calling this function.

COMENTARIOS:


No hay comentarios.