zoukankan      html  css  js  c++  java
  • Linux安装oracle报错解决

    安装报错:
    [oracle@centos1 database]$ ./runInstaller
    Starting Oracle Universal Installer...

    Checking installer requirements...

    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                          Failed <<<<

    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2013-07-19_03-32-55PM/installActions2013-07-19_03-32-55PM.log

    从网上找到的解决方法:

    在Linux系统中安装oralce的过程中,如果Linux发行版本不是oracle的推荐版本,可能会报如下错误,导致runInstaller无法完成:

     

    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Failed <<<<

     

    遇到这个问题,可以通过如下两种方式解决

    1、修改Linux的发行标记

    如在redhat-5上安装oracle的时候,需要将文件 '/etc/redhat-release'的内容由

     

    Red Hat Enterprise Linux Server release 5 (Tikanga)

     

    修改为

     

    Red Hat Enterprise Linux Server release 4 (Tikanga)

     

    2、runInstaller的时候加上-ignoreSysPreReqs参数,如:

     

    ./runInstaller -ignoreSysPreReqs

     

    不过不推荐这种方式,因为这可能会错过对操作系统内核参数以及oracle必需的包的检测

  • 相关阅读:
    搭建strom 的开发环境
    maven 的plugin 的使用
    Maven 的dependency 的 classifier的作用
    Maven中的dependency的scope作用域详解
    Supervisor-进程监控自动重启
    websocket 实战
    vue 监听路由变化
    vux-uploader 图片上传组件
    vue 定义全局函数
    判断对象属性的值是否空,如为空,删除该属性
  • 原文地址:https://www.cnblogs.com/newmanzhang/p/3200691.html
Copyright © 2011-2022 走看看