2016/08/03

Oracle DB 11.2.0.4 Windows Installation Error - [INS-30131] Initial setup required for the execution of installer validations failed

While installing Oracle DB 11.2.0.4 on Windows faced the issue - [INS-30131] Initial setup required for the execution of installer validations failed.

I tried couple of options:

  • Changed the default TEMP and TMP directory paths outsiede of %APPDATA% path
  • Altered permissions level for the TEMP directory locations.
This has not resolved the issue.

Checked Oracle Support Site and found this support document - ID 1569962.1 which helped to resolve the issue.


Resolution :  Launch installer with the below options from command prompt:

For DB installation:

/setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"

For Client Installation:


/setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false"

This launched the installer and installation continued.





1 comment:

  1. Solve Oracle Installation Error on Windows 10 with DB Installation Support
    Unwind, with Cognegic's DB Installation and Configuration Support or DB Configuration Support your whole information are in safe hand. Our specialized specialists prepared to react in any sort crisis with respect to your establishment and arrangement related issues and correct your everything specialized issue immediately and rapidly. You will get most suitable arrangement through our Database Management Services and investigate the best help.
    For More Info: https://cognegicsystems.com/
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com
    Company’s Address- 507 Copper Square Drive Bethel Connecticut (USA) 06801

    ReplyDelete

File Handling with Python

This little utility is for copying files from source to target directories.  On the way it checks whether a directory exists in the target, ...