zoukankan      html  css  js  c++  java
  • windows安装oracle 12.1报错INS-30131

    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"
  • 相关阅读:
    【SQL】在含有GROUP BY的SELECT语句中如何显示COUNT()为0的结果
    【SQL】SQL分页查询总结
    开篇
    Android Native Crash 排查思路
    jmeter+ant+jenkins接口自动化测试框架
    为何推荐使用线程池而不是显式创建线程原因之一—至少让线程有范围和限制
    quartz 中的线程池
    select in 查询结果无顺序及解决办法
    Druid 数据库连接池如何根据url加载Driver
    java 线程池参数
  • 原文地址:https://www.cnblogs.com/lvcha001/p/12457511.html
Copyright © 2011-2022 走看看