Home >Database >Mysql Tutorial >Red Hat Enterprise Linux 5.4上安装Oracle 10g时出现错误提示

Red Hat Enterprise Linux 5.4上安装Oracle 10g时出现错误提示

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 17:04:421266browse

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

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


Java代码

  • 正在启动 Oracle Universal Installer...  
  •   
  • 正在检查安装程序要求...  
  •   
  •                                       未通过 
  •   
  •  

    修改Linux的发行标记

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

    Red Hat Enterprise Linux Server release 5.5 (Tikanga)

    修改为

    Red Hat Enterprise Linux Server release 4.5 (Tikanga)

    在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必需的包的检测。

    --end--

    linux

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn