Jonas Malmsten
Member²
When using TOracleEvent to handle alert messages everything seems to go very slow.
I use Delphi 5, DOA 3.4 and Oracle 8.0.6. When initialising my app I call
OracleEvent.Start.
After this each query I issue (even simple select queries that don't trigger anything that sends alert messages) takes about 50 times as long to run as compared to the exact same program code but without calling OracleEvent.Start.
Apart from that everything is slow the oracle event if functioning and handling event properly and everything.
I don't have any connection problems as discussed in previous messages. Connecting to the server is fast.
Our server is some big unix box that I've never seen, but I can guarantee that it is not server performance that causes this problem
.
I use Delphi 5, DOA 3.4 and Oracle 8.0.6. When initialising my app I call
OracleEvent.Start.
After this each query I issue (even simple select queries that don't trigger anything that sends alert messages) takes about 50 times as long to run as compared to the exact same program code but without calling OracleEvent.Start.
Apart from that everything is slow the oracle event if functioning and handling event properly and everything.
I don't have any connection problems as discussed in previous messages. Connecting to the server is fast.
Our server is some big unix box that I've never seen, but I can guarantee that it is not server performance that causes this problem
