I have installed Oracle client 11g (not instant) with administrator option in Windows 10. The oracle installation was successful, however when I tried launching SQL Navigator, it threw me an error that it could not find Oracle client.
I have installed Oracle client 11g (not instant) with administrator option in Windows 10. The oracle installation was successful, however when I tried launching SQL Navigator, it threw me an error that it could not find Oracle client.
I think the error at your point, the TNS_ADMIN, tnsnames.ora, ldap.ora are all not relevant.
It appears the error you are getting is Invalid Home (first pic).
Your home indicates that it has the “…/bin” directory as part of the home. Oracle_Home is generally set to the parent directory of “…/bin”.
If you have somehow got this mangled, to where you installed to two separate Oracle_Home directories, this could be causing your error.
I would suggest that you use the Oracle universal installer to de-install both packages, and then install the client using “Administrator” It’s only a little larger than a GB, and you will get SQL Developer and all the client pieces installed with one step.
You can run with two or more Oracle homes, but it does add to the confusion. I have two homes, one for 11.2.0.3 32-bit client and one for 11.2.0.3 64-bit client. TOAD-64 uses the 64-bit client, and SQL Developer (in the 32-bit client home) uses the 32-bit client. Using the “TNS_ADMIN” environment variable allows me to use just one “%ORACLE_HOME/network/admin” directory, so I have one sqlnet.ora, ldap.ora, and tnsnames.ora file for both clients and all Oracle related apps on my system.
Sorry- I was confusing SQL Navigator and SQL Developer. However, I still think the main point is the same. Your Oracle_Home indicated in the first dialog indicates the “…/bin” subdirectory, and generally the parent directory of that is the HOME. If the PATH has $ORACLE_HOME/bin in it, and your $ORACLE_HOME is set to \oracle\11.2.0\client\bin, then what is going in your path is : \oracle\11.2.0\client\bin\bin