Problems installing Oracle 10g client on Windows 7
995103Mar 6 2013 — edited Mar 7 2013Dear all,
I was trying to install an Oracle 10g client (32-bit) for my Oracle 11g server (64-bit), on a Windows-7 64-bit OS. The general endeavor was successful except that it reported an error at the end of installation,
================================================================================================================
Output generated from configuration assistant "Oracle Net Configuration Assistant":
UnsatisfiedLinkError exception loading native library: oranjni10
java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
at oracle.net.common.NetProperties.<init>(Unknown Source)
at oracle.net.common.NetProperties.getInstance(Unknown Source)
at oracle.net.ca.CmdlineArgs.<init>(Unknown Source)
at oracle.net.ca.InitialSetup.<init>(Unknown Source)
at oracle.net.ca.NetCA.main(Unknown Source)
Exception in thread "main"
Configuration assistant "Oracle Net Configuration Assistant" failed
I may access the database via SQL Plus. However, I'm not able to connect to the DB via any Windows application, which unfortunately means that the installation got some problems.
I have noticed from the below Oracle documentation regarding the description of this error,
"UnsatisfiedLinkError exception loading native library: oranjni10"
To resolve this issue, reboot the machine and retry the config using this command:
<DB Home>\oui\bin\runConfig.bat ORACLE_HOME=<DB Home> MODE=perform ACTION=configure COMPONENT_XML={encap_emseed.1_0_0_0_0.xml}
However, I didn't really understand this sentence, nor was I able to find the file encap_emseed.1_0_0_0_0.xml
Any comments will be greatly appreciated.
Thanks,