Hi everyone!
I am trying to install Oracle Gateway 11 in its own Oracle Home (not in the existing Oracle Home which is in 10g).
Oracle's version: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
Windows Server 2008 R2
I am keep receiving this error:
OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
2. Fix the errors causing these failures.
3. Select the failed assistants and click the 'Retry' button to retry them.
The full details are as given here
Output generated from configuration assistant "Oracle Net Configuration Assistant":
Command = C:\Windows\system32\cmd /c call D:\oracle\product\10.2.0\db_2/bin/netca.bat /orahome D:\oracle\product\10.2.0\db_2 /orahnam OraDb10g_home2 /instype custom /inscomp client,oraclenet,server /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /responseFile D:\oracle\product\10.2.0\db_2\network\install\netca_typ.rsp
Error: Environmental error detected: Oracle Home is set to "D:\oracle\product\10.2.0\db_1" in the environment is different from Oracle Net Configuration Assistant installed Oracle Home.
Verify that the ORACLE_HOME environment variable or registry setting is set to correct value and relaunch Oracle Net Configuration Assistant.
Oracle Net Services configuration failed. The exit code is 1
Configuration assistant "Oracle Net Configuration Assistant" failed
-----------------------------------------------------------------------------
The "D:\oracle\product\10.2.0\db_2\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Net Configuration Assistant":
Command = C:\Windows\system32\cmd /c call D:\oracle\product\10.2.0\db_2/bin/netca.bat /orahome D:\oracle\product\10.2.0\db_2 /orahnam OraDb10g_home2 /instype custom /inscomp client,oraclenet,server /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /responseFile D:\oracle\product\10.2.0\db_2\network\install\netca_typ.rsp
Error: Environmental error detected: Oracle Home is set to "D:\oracle\product\10.2.0\db_1" in the environment is different from Oracle Net Configuration Assistant installed Oracle Home.
Verify that the ORACLE_HOME environment variable or registry setting is set to correct value and relaunch Oracle Net Configuration Assistant.
Oracle Net Services configuration failed. The exit code is 1
Configuration assistant "Oracle Net Configuration Assistant" failed
-----------------------------------------------------------------------------
The "D:\oracle\product\10.2.0\db_2\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
How should I go about this? Please guide me.
THanks in advance.