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?