could not locate oci.dll

Andres

Member
Hello,

I'm using DOA 3.4.4 with Delphi 5.

When I try to connect to Oracle I have a error messagge:

Could not locate OCI.dll

OracleHomeKey: Software/Oracle/Home0
OracleHomeDir: c:\oracle\ora90

I have installed Oracle Client version 7 and 8 in my PC, and I have had installed Oracle Client version 9 but I have desinstalled it.

------------------
Regards
 
If you uninstalled the 9i client, you should use the Oracle Home Selector and select the appropriate Primary Oracle Home. As a result the PATH environment variable will be modified, and Direct Oracle Access will be able to find the OCI Library.

------------------
Marco Kalter
Allround Automations
 
The solution that you have given me is OK.

Thank you very much.

Originally posted by mkalter:
If you uninstalled the 9i client, you should use the Oracle Home Selector and select the appropriate Primary Oracle Home. As a result the PATH environment variable will be modified, and Direct Oracle Access will be able to find the OCI Library.

 
Back
Top