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...
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...
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...