Hi, I have an application with ODAC 8.1 and Oracle 11g.
If I set the property Net False and the ConnectionString like user/pass@tnsnames dont works. Cannot load OCI DLL.
But with Net True and ConnectionString like user/pass@ip:port:sid worked fine.
With ODAC 5.80 and Oracle 10 it works fine.
Thanks.
Cannot load OCI DLL. Oracle 11 and ODAC 8.1
Hello,
Such error can occur if a 32-bit application is used with a 64-bit client and vice versa. If you have a 32-bit application, you should use 32-bit Oracle client.
With Rad Studio XE 2 release, there is a possibility to create 64-bit applications in Delphi. ODAC supports Rad Studio XE 2 starting from the version 8.0.1, so you can create applications for bot platforms - x32 and x64, and use both x32 and x64 Oracle clients.
Such error can occur if a 32-bit application is used with a 64-bit client and vice versa. If you have a 32-bit application, you should use 32-bit Oracle client.
With Rad Studio XE 2 release, there is a possibility to create 64-bit applications in Delphi. ODAC supports Rad Studio XE 2 starting from the version 8.0.1, so you can create applications for bot platforms - x32 and x64, and use both x32 and x64 Oracle clients.