ODAC Net TOraAlert

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

ODAC Net TOraAlert

Post by Vladimir » Thu 13 Oct 2005 13:27

Please, help!

We use TOraAlert component. By customer in test environment everything was Okey.
Now we made update on the productive instance and there is an error message related to TOraAlert:

ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [1500], [0], [1], [9], [9], [], []

The behaviour is very strange. Seems to be dependent on the number of users working with application. Starting the same program from the same environment but directed to the other DB instance (test instance on the same Oracle server but where no other users work) makes everything fine. We have compared both instances - no differences.

Small test application in the same environment brings the same error but also does not close the application process after closing application!


Any help or advice is highly appreciated.
Oracle 9.2.0.1
ODAC 5.50.1.18

Vladimir

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

Post by Paul » Mon 17 Oct 2005 06:53

We have fixed some problems with TOraAlert. You ca try it in the nearest future.
We cannot reproduce your problem with ORA-00600. Possibly this happens in multithreaded application. Please note that Net-option supports multithreading with own TOraSession component in each thread only.

Post Reply