OCI Error

wbennett

Member²
I have Delphi 3 & 5 installed on the same machine. Delphi 5 works correctly. In Delphi 3 I get a "Could not load oci.dll" error. Looking at the information it says "LoadLibrary(e:\orant\bin\oci.dll) returned 0"

Thanks in advance for your help

[This message has been edited by wbennett (edited 10 April 2001).]
 
Does the Delphi 5 version also use e:\orant\bin\oci.dll? You can check this under the Oracle > Info menu in Delphi's IDE.

------------------
Marco Kalter
Allround Automations
 
Sorry for the delay (been on vacation).

Yes it does. Now I'm in a bit of a bind though. Delphi 5 has just stopped working!!! Same error. I'm able to load the dll through my own code and get a valid handle.

Before I see the screen where it shows that the load of oci.dll returned 0, I get the following message:

"The procedure entry point xOCIReset could not be located in the dynamic link library ORA805.dll"

BTW: I'm running PL/SQL Developer from the same machine. It connects fine, same dll.

Thanks in advance

Originally posted by mkalter:
Does the Delphi 5 version also use e:\orant\bin\oci.dll? You can check this under the Oracle > Info menu in Delphi's IDE.


[This message has been edited by wbennett (edited 23 April 2001).]

[This message has been edited by wbennett (edited 23 April 2001).]
 
Unbelievable!!!

I rebooted my computer and now both 3 & 5 work fine. My computer's been on for a few months now, survived a couple of Delphi crashes and all. Guess something got out of whack somewhere.

Thanks for your help and keep up the good work. These are excellent components!!!
 
Back
Top