We're getting this error in a Delphi 5 DOA 3.4.5 ISAPI app connect to an 8.1.6 database. It's sporadic, and we don't use explicit LOB locators anywhere--just TOracleDataset and TOracleQuery. The database has some LONGs but they only ever receive plain text. The latest instance of this error...
Thanks, Marco. Since posting this topic I reverted to having all my child objects share a single TOracleSession and run all their traffic through it. So far no more orageneric8.dll error--we're only logging on once, ever--and we're monitoring load/performance on that single connection.
I have seen some old posts on this but need to raise it again and ask URGENTLY for advice. We are getting an intermittent but frequent AV in orageneric8.dll--it's killing us with a major customer.
We're running Oracle 8.1.7; the app is a Delphi 5 ISAPI app running under IIS; DOA 3.4.5. The...