Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 17:04:42
Original
1224 people have browsed it

在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

    Related labels:
    source:php.cn
    Statement of this Website
    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
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!