OraAlerter won't STOP

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DHeffner

OraAlerter won't STOP

Post by DHeffner » Fri 18 Mar 2005 20:01

When I issue an OraAlert.stop, I get an error message

ORA-20000: ORU-10024; there are no alerts registered.
ORA-06512: at "SYS.DBMS_ALERTS" link 272
ORA-06512: at line 1

Annoying. How do I stop this? Of course there are no alerts registered... I just asked the TOraAlerter to Stop, which unregisteres all waiting events.

What can I do?

Dave

PS. The alerts are Working. This only occurs on OraAlerter.stop

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 21 Mar 2005 09:23

We cannot reproduce your problem. It is impossible to get this error message
without calling OraAlert.Start before. Possibly OraAlert.Start raises error
during events registration. Send us please small demo project to demonstrate
the problem.

Post Reply