TOracleEvent and multiple Objectnames

Wojewsky

Member
In my application i will recognize transactions on 4 different tables (Oracle 8.1.7.3).
I use the TOracleEvent:
KeepConnection : false;
Name : rclvntTest
ObjectNames : TCAL_CALL_ALERT;TWVL_WIEDERVORLAGE_ALERT;TMLD_MELDUNG_ALERT;TEXT_EXIT_ALERT
ObjectType : otAlert
Session : ssTest
Tag : 0
TimeOut : 0

OnEvent : rclvntTestEvent

But the "OnEvent" event never starts.
When i close this application it hangs.

When i use only one objectname the event works fine and the application close without any problems.

How can i solve this problem?

THX

Sascha Wojewsky
 
I've solved the Problem.
One of the alert names (twvl_wiedervorlage_alert) was to long.
Now eith twvl_wvl_alert everything is fine.

THX

[This message has been edited by Wojewsky (edited 17 July 2002).]
 
Back
Top