Recent content by o-sch

  1. O

    TOracleEvent (Alert) - Hang on exit

    OracleMonitor-Output: begin sys.dbms_alert.signal('001BACC30001', Null); commit; end; because of: if OraEvent.Started then OraEvent.Stop;
  2. O

    TOracleEvent (Alert) - Hang on exit

    Hello ! I have a problem with the TOracleEvent. When the internal Session of the TOracleEvent gets disconnected from the server (simulated with a kill Session) the application hangs on exit.(Sometimes there is a AV) The OnError-Event fires but that doesn't help me. The state seems to be broken...
Back
Top