UniAlerter error (Oracle)
Posted: Mon 11 Apr 2011 16:20
Hello,
I use the UniAlerter (UniDAC 3.00.0.11 for Delphi 2010) to receive events from an Oracle 11g database.
I placed two buttons on a form. The first button starts the alerter (UniAlerter1.Start) and the second one stops the alerter (UniAlerter1.Stop).
If I stop the alerter i will get the oracle errors below:
ORA-01013: user requested cancel of current operation
ORA-06512: at "SYS.DBMS_LOCK", line 82
ORA-06512: at "SYS.DBMS_LOCK", line 110
ORA-06512: at "SYS.DBMS_ALERT", line 230
ORA-06512: at line 1
Any idea to avoid the error?
Thanks.
I use the UniAlerter (UniDAC 3.00.0.11 for Delphi 2010) to receive events from an Oracle 11g database.
I placed two buttons on a form. The first button starts the alerter (UniAlerter1.Start) and the second one stops the alerter (UniAlerter1.Stop).
If I stop the alerter i will get the oracle errors below:
ORA-01013: user requested cancel of current operation
ORA-06512: at "SYS.DBMS_LOCK", line 82
ORA-06512: at "SYS.DBMS_LOCK", line 110
ORA-06512: at "SYS.DBMS_ALERT", line 230
ORA-06512: at line 1
Any idea to avoid the error?
Thanks.