Error: query execute savepoint DOA_LOCKPOINT

chektom

Member
Greetings all,

We are using Oracle database 11gR1, and have a delphi app that uses DOA. When I attempt to perform an update using the app against a specific table, after the third or fourth sucessful update, I recieve an "Access Violoation at address 020ccCOF in Module 'OraOCIE11.dll, Write of address 000000" on my Windows 7 desktop. This happens when I use the Oracle 11g client on Windows 7, but it does not happen when I use the Oracle 10g cliennt. I am only updating a numeric field, no decimals. Using Oracle Monitor, the following error message generates in additon to the Access violation :e "query execute savepoint DOA_LOCKPOINT" appears won my Oracle Monitor.

I know I'm leaving out some info. It's pretty simple app, written in Adelphi with the DOA component.

Appreciate any info possible.

Thanks,

RB
 
Last edited:
If it's a simple single-threaded application that causes such an Access Violation in an internal Oracle DLL (OraOCIE11.dll) on 11g but works correctly on 10g, then I suspect an Oracle Client issue. Is it possible to reinstall a different client version? Perhaps an 11gR2 client?
 
Back
Top