windows安装oracle 12.1报错INS-30131
FINE: oracle.install.commons.flow.validation.ValidationHelper:Value specified INFO: Verifying target environment... INFO: Completed verification of target environment. INFO: Verifying setup for installer validations INFO: Overall status of CVU API call:OPERATION_FAILED FINE: oracle.install.commons.util.Resource:Can't find resource for bundle oracle.install.ivw.client.resource.ClientDialogLabelResID, key ErrorMessage.extraDetails.printHTMLDetails SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed. CAUSE: Failed to access the temporary location. ACTION: Ensure that the current user has required permissions to access the temporary location. *ADDITIONAL INFORMATION:* - Framework setup check failed on all the nodes - Cause: Cause Of Problem Not Available - Action: User Action Not Available Summary of the failed nodes e040202-bis-lab - Version of exectask could not be retrieved from node "e040202-bis-lab" - Cause: Cause Of Problem Not Available - Action: User Action Not Available
现象
Symptoms: While performing 12.1.0.2 Database or Client installations on windows install will fail with following error: [INS-30131] Initial setup required for the execution of installer validations failed and unable to proceed At the command prompt net use will return the following error : net use \hostnamec$ ^ System error 53 has occurred The network path was not found.
解决方法
参考MOS
Bug 21452473 : INS-30131 WHILE INSTALLING 12.1.0.2 CLIENT ON WINDOWS 7 Bug 21452473 - Windows: INS-30131 while Installing 12.1.0.2 Database/Client on Windows (Doc ID 21452473.8)
Cause
The error is caused due to Administrative share disabled . If they cannot be enabled perform the following workaround. Workaround : For client software installations, run the installer with following args: setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false" For Database Installation, run the installer with following args: setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"