Oracle 11gR2 installation in Windows server 2012

user2812149 picture user2812149 · Sep 24, 2013 · Viewed 76.2k times · Source

While installing Oracle 11gr2 it gives the error

[INS-13001] Environment does not meet minimum requirements.

I've looked at the prerequisites given at the Oracle website, but everything seems to be there. There is this log file genereated, but I am not able to tell what it's looking for.

sing paramFile: E:\win64_11gR2_client\win64_11gR2_client\client\install\oraparam.ini


Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed

The commandline for unzip:
E:\win64_11gR2_client\win64_11gR2_client\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\shakyrx\AppData\Local\Temp\2\OraInstall2013-09-24_12-04-54PM" INFO: Loading data from: jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Loading beanstore from jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/shakyrx/AppData/Local/Temp/2/OraInstall2013-09-24_12-04-54PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Verifying target environment...
INFO: Checking whether the IP address of the localhost could be determined...
SEVERE: CVU do not support target environment..
Refer associated stacktrace #oracle.install.driver.oui.OUISetupDriver:13
INFO: Completed verification of target environment.
WARNING: Verification of target environment returned with errors.
WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
   CAUSE: Minimum requirements were not met for this environment
   ACTION: Either check the logs for more information or check the supported configurations for this product..
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
INFO: Advice is WITHDRAW
WARNING: Advised to shutdown the installer due to target environment verification errors.
INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -3
INFO: Shutdown Oracle Client Installer

Does anyone have any idea?

Answer

Brian picture Brian · Sep 24, 2013

From what I have been able to find, Windows 2012 won't be officially supported until 11.2.0.4 (which is currently only released for Linux/Solaris).

See Oracle Doc "Oracle Database and Client Windows Installation Certification Quick Reference (Doc ID 1231433.1)"