TOracleDirectPathLoader

GI

Member
Under D7, Oracle 9i R2 and the latest DOA I've tried to implement the example that comes with the on-line help about the TOracleDirectPathLoader. When I'm about to execute the Prepare procedure I get the error message "Access Violation at address 606D65C1 in module 'OraClient9.Dll'. Read of address 00000000". Is it because Oracle 9i or am I doing something wrong ?

Thanks in advance for your reply

Best Regards

Georgios Mytskidis
 
There are indeed some problems in the Direct Path interface of Oracle9. We have not yet found a solution.

------------------
Marco Kalter
Allround Automations
 
It has now been 1 year since I first reported this problem. Do you have plans to fix it or are you going to drop DPL from your advertised feature set?

The impression I am getting is that you don't care that it doesn't work.
 
Of course we care. We'll take another look at this for 4.0.

------------------
Marco Kalter
Allround Automations
 
We have found the cause of this bug. If you omit the owner in the TableName property (e.g. emp instead of scott.emp), this error will occur on Oracle 9.0 and 9.2. Add the owner to work around this bug. Version 4.0 will include this work around, so that the owner can be omitted again.

------------------
Marco Kalter
Allround Automations
 
Back
Top