Im using ODAC 9.5.15 to connect to Oracle from Delphi.
If I install my application on a machine with Oracle Instant Client installed, it works OK, but when I install it on a machine with Oracle database (so no instant client needed), I get the following error: "Invalid Home Name:".
Is this issue somehow related to this one?
Do you have any suggestions how to fix this problem without installing oracle instant client?
"Invalid Home Name" error with ODAC
Re: "Invalid Home Name" error with ODAC
Maybe I was wrong, maybe it's something related to Oracle's version.
On machine with Oracle 10g DB everything works fine, troubles appear only with Oracle 11g and 12g.
Im using the Oracle Instant Client 10g where I dont get any errors.
With Oracle Instant Client 11 connection works as well.
With Oracle Instant Client 12 I get the same error once again.
On machine with Oracle 10g DB everything works fine, troubles appear only with Oracle 11g and 12g.
Im using the Oracle Instant Client 10g where I dont get any errors.
With Oracle Instant Client 11 connection works as well.
With Oracle Instant Client 12 I get the same error once again.
Re: "Invalid Home Name" error with ODAC
I figured out where the issue was. The app was compiled for win 32-bit platform, thats why it requires 32-bit Oracle Instant Client or 32-bit Oracle Database to be installed. I had 64-bit versions...
Re: "Invalid Home Name" error with ODAC
Hello,
If the application is 64-bit, then the 64-bit client will be used, if the application is 32-bit - the 32-bit client.
If the application is 64-bit, then the 64-bit client will be used, if the application is 32-bit - the 32-bit client.