简体   繁体   中英

Oracle 12c Installation on windows - Installer validation Failed

I been working on installing Oracle 12c database on my windows machine. I downloaded the Microsoft Windows x64 (64-bit 2.8GB) file here .

Then I extracted the zip file into a folder in my Desktop and run the setup.exe

But I keep on getting this error and am unable to move forth.

[INS-30131] Initial setup required for the execution of installer validations failed.
_______________________________________________________________
Failed to access the temporary location.无法访问临时位置。
Action - Ensure that the current user has required permissions to access the temporary location.
Additional Information:

- PRVG-1901 : failed to setup CVU remote execution framework directory "C:\\Users\\Taro\\AppData\\Local\\Temp\\CVU_12.2.0.1.0_Taro\\" on nodes "nayantara-jeyaraj"

- Cause: An operation requiring remote execution could not complete because the attempt to set up the Cluster Verification Utility remote execution framework failed on the indicated nodes at the indicated directory location because the CVU remote execution framework version did not match the CVU java verification framework version. The accompanying message provides detailed failure information.

- Action: Ensure that the directory indicated exists or can be created and the user executing the checks has sufficient permission to overwrite the contents of this directory. Also review the accompanying error messages and respond to them. Summary of the failed nodes nayantara-jeyaraj - Version of exectask could not be retrieved from node "nayantara-jeyaraj" - Cause: Cause Of Problem Not Available - Action: User Action Not Available - Version of exectask could not be retrieved from node "nayantara-jeyaraj" - Cause: Cause Of Problem Not Available - Action: User Action Not Available

According to the error, I checked the C:\\Users\\Taro\\AppData\\Local\\Temp folder permissions under its properties panel's security tab. All the users have full access permissions.

This helped me:

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

I also

  • run the console as administrator
  • checked whether a REG DWORD named AutoShareWks (in registry Computer\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\LanmanServer\\Parameters ) exists. It did not. But if it would, make sure that the value is set to “1” and restart.
  • Stopped the OracleRemExecServiceV2 service

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM