Recent content by HolgerS

  1. H

    Using OracleMonitor Unit crashes Program at startup

    Hi, any news on this ? we have a new customer who has the same problem on a 2003 Server machine. regards Holger
  2. H

    Using OracleMonitor Unit crashes Program at startup

    Hi Marco. LastError = 5 ResultStr = Zugriff verweigert (Access Denied)
  3. H

    Using OracleMonitor Unit crashes Program at startup

    Hi Marco, I hope we are using 4.0.6, I've copied this code from the Doa unit: PSA := @SecurityAttributes; PSD := @SecurityDescriptor; with PSA^ do begin nLength := SizeOf(TSecurityAttributes); lpSecurityDescriptor := PSD; bInheritHandle := True; end...
  4. H

    Using OracleMonitor Unit crashes Program at startup

    Hi, We've encountered this problem on 2 customer Pc's after they installed a security update for Windows: (Windows 2000 Service Pack 4 build 2195) Stack Trace: OracleMonitor MonitorClient.Destroy OracleMonitorIntf Error OracleMonitorIntf TEvent.Create...
  5. H

    TOracleEvent doesn't work

    Hello, I' trying to use the TOracleEvent Component (Doa4) OracleEvent.Start sends this SQL : begin sys.dbms_alert.register('MyEvent'); sys.dbms_alert.register('000A27E30001'); end; The first line register my event, what's the matter with the second line created by DOAs? This call will...
  6. H

    DOA in Windows Service

    Hi, any chance to compile a Windows Service Application with DOAs without any references of the "Forms" unit and any "messagebox" etc calls ? From the In the 4.0 "What's new" text: "NONVISUAL: removes all references to visual units for character based Linux servers " Does this work with...
  7. H

    Variables Throug DB Link doesnt work

    Hi, we are using DOA vs a Oracle 8.1.7 DB which has a Database Link (@Vfo) to a 7.3.4 DB We are running into a problem where a Query with more than 1 Variable doesnt work anymore (no resultset), Example : SELECT * FROM USER_TAB_COLUMNS@vfo WHERE table_name='DGLAND' AND...
Back
Top