Hello Gurus,
Could some one please shed some light on the issue i am facing.
My Environment is:
Windows Server 2012 R2 Standard
64 bit operating system x64 based processor
Oracle 12c 12.1.0.2 database installed on the machine
When i am trying to install the 32 bit client of oracle 12c, as It is required by the application. The OUI closes without any errors after taking all the information / parameters. Below are some last lines from the log generated.
INFO: Setting variable 'ORACLE_BASE' to 'C:\app\client\'. Received the value from the command line.
INFO: adding the variable oracle_install_HomeType to command line args table
INFO: adding the variable oracle_install_client_internalInstallType to command line args table
INFO: Setting the value for COMPONENT_LANGUAGES variable
INFO: Setting variable 'COMPONENT_LANGUAGES' to 'en'. Received the value from the command line.
INFO: adding the variable oracle_install_autoupdates_httpProxySettings to command line args table
INFO: adding the variable oracle_install_db_dbuaCmd to command line args table
INFO: adding the variable oracle_install_crs_cluvfyCmd to command line args table
INFO: adding the variable oracle_install_autoupdates_httpProxyPort to command line args table
INFO: adding the variable oracle_install_ClientHomeType to command line args table
INFO: adding the variable oracle_install_netcaDeinstCmd to command line args table
INFO: adding the variable oracle_install_IsBuiltInAccount to command line args table
INFO: adding the variable b_schedulerAgentSelected to command line args table
INFO: adding the variable oracle_install_netcaCmd to command line args table
INFO: adding the variable oracle_install_architecture to command line args table
INFO: adding the variable oracle_install_WindowsSystemDirectory to command line args table
INFO: adding the variable oracle_install_classpath_separator to command line args table
INFO: adding the variable oracle_install_db_dbcaCmd to command line args table
INFO: Update the State machine to STATE_INIT_SESSION
INFO: Creating & Initializing the Session Interface Manager
INFO: Calling OiicInstallAPISession's prepareForInstallOperations
INFO: Do the iterator execution till Summary
INFO: Initializing install inventory
INFO: Setting up install inventory
I also checked the forums before posting the questions here. I have tried below 2 solutions but they did not work.
1/
"
Try creating the following registry entry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE] --> this does not exist in the registry
"inst_loc"="C:\\Program Files (x86)\\Oracle\\Inventory"
"
2/ I tried to install 64 bit oracle client first which was successful and then attempted to install 32 bit oracle client but that did not work either.
Please let me know if any information is needed..
Thanks for the help in advance.
Yasir