Recent content by Chris Haelg

  1. C

    OracleEvent Set_Client_Info does not work

    It works fine now, thanks. Chris
  2. C

    OracleEvent Set_Client_Info does not work

    Thats what I thought, too. But on Event.Start, the InternalSession is not connected yet (Logon Error). Chris
  3. C

    OracleEvent Set_Client_Info does not work

    It is very useful to Set_Client_Info with every session since you can view this in Oracle's V$Session View. TOracleEvent creates a new session where I want to apply the same principle by using OracleEvent1.Start; and then...
  4. C

    Access Violation in orageneric9.dll

    I sometimes get the following: Access violation at address 00DD0CF4 in module 'orageneric9.dll' Writing address 000001F0. The error comes apparently from DOA but I have no idea what is the exact function that caused this. Is it possible to find that out by evaluating the entry point into...
  5. C

    Oracle table access slows down

    It is slow in all applications, be they based on DOA or ODBC and in SQL*Plus too. The "analyze table compute statistics" does not help. Chris
  6. C

    Oracle table access slows down

    We have a table that acts as a command queue for order processing. Interactive client applications insert commands like "create order", "modify address", "calculate total price", "delete order" together with the correspondig data into this table. One single processing agent selects the entries...
Back
Top