ORA-24018

Error: ORA-24018: STOP_QUEUE on string failed, outstanding transactions found

Causa: There were outstanding transactions on the queue, and WAIT was set to false, so STOP_QUEUE was unsuccessful in stopping the queue.

Acción: Set WAIT to TRUE and try STOP_QUEUE again. It will hang till all outstanding transactions are completed.

COMENTARIOS:


No hay comentarios.