10G Client and OCI.DLL

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarioHaupt
Posts: 1
Joined: Tue 28 Jun 2005 14:01

10G Client and OCI.DLL

Post by MarioHaupt » Tue 28 Jun 2005 14:19

Hello,
My Environment: Oracle 10.1.0.2 Client, Delphi5, ODAC 5.55

I have the following problem:
connecting to host I got error message "Cannot find OCI.DLL." Path to Bin -Path exists, but there is HKEY_LOCAL_MACHINE\Oracle10 by default instead of HKEY_LOCAL_MACHINE\Oracle key in registry.
Setting dll via OraCall.OCIDLL := ... then it works.
Also when I type an empty HKEY_LOCAL_MACHINE\Oracle key then it works.
In mixed home constellations (with 10G path at first) ODAC get allways the older client 9i (without setting OraCall.OCIDLL manually). I get this info via OraCall.OCIDLL.

How we can use TOraSession with standard 10G client installation?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 29 Jun 2005 11:35

We reproduced your problem and fixed it. This fix will be included in the next ODAC build.

Post Reply