OraChangeNotification: ORA-29970
Posted: Tue 29 Sep 2009 20:26
I'm using OraChangeNotification connected with TOraQuery.
This code sometimes can cause ORA-29970 exception, but only sometimes...
Is it possible to check if specified registration doesn't exists for current Session? How to remove OraChangeNotification registration from Session properly?
Thanks
This code sometimes can cause ORA-29970 exception, but only sometimes...
Code: Select all
OraChangeNotification.Enabled:=False;
OraChangeNotification.RemoveRegistration(Session);
OraQuery.CloseThanks