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 orageneric9.dll? I must say that the error is very sporadic, it first came up after we changed to Oracle 10g a few months ago.
Our system:
Delphi 7, DOA V3.4.x, Oracle client 9, Oracle server 10g.

Chris
 
The error does not come from DOA directly, but from orageneric9.dll, which is an Oracle Net 9 internal library. This indicates an Oracle Net bug, so perhaps you can install a 10g client?
 
Back
Top