• 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"
  • 相关阅读:
    gjrand 4.0 发布,C语言的伪随机数生成器
    Kite 0.2.0 发布,编程语言
    IBM/DW C++11 标准新特性:Defaulted 和 Deleted 函数
    Apache Solr 3.6.2 发布
    bitmap 内存溢出处理
    Qtractor 0.5.7 发布,多轨音序生成器
    CUBRID Node.js Driver 1.1 发布
    OrientDB 1.3.0 发布,基于文档的数据库
    linux centos 下面httpd支持的svn 服务器端安装
    iptables 1.4.17 发布,Linux防火墙
  • 原文地址:https://www.cnblogs.com/lvcha001/p/12457511.html
Copyright © 2020-2023  润新知