zoukankan      html  css  js  c++  java
  • redhat7 安装oracle11g 缺少pdksh包

    Installing 11.2.0.3 32-bit (x86) or 64-bit (x86-64) on RHEL6 Reports That Packages "elfutils-libelf-devel-0.97" and "pdksh-5.2.14" are missing (PRVF-7532) [ID 1454982.1]


    SolutionSolution for 11.2.0.3 64-bit (x86-64)

    If you have downloaded the 11.2.0.3 media from My Oracle Support (MOS) and extracted the software to <path>/database, do the following:
    1. Change directory to <path>/database/stage/cvu/cv/admin
    2. Backup cvu_config
    % cp cvu_config backup_cvu_config
    3. Edit cvu_config and change the following line:
    CV_ASSUME_DISTID=OEL4
    to:
    CV_ASSUME_DISTID=OEL6
    4. Save the updated cvu_config file
    5. Install the 11.2.0.3 software using <path>/database/runInstaller
    % cd <path>/database
    % ./runInstaller
    OUI should now perform the OEL6 prerequisite checks (which are identical to the RHEL6 prerequisite checks) and no longer report that packages "elfutils-libelf-devel-0.97" and "pdksh-5.2.14" are missing

  • 相关阅读:
    Ruby--Array
    SQL--查询相同字段的数据
    Ruby--CSV
    Ruby--String
    Git常用命令
    JS Date函数操作
    FTP命令
    Rails--%w用法[转]
    Rails--export csv
    Mysql远程访问
  • 原文地址:https://www.cnblogs.com/zjty/p/6509683.html
Copyright © 2011-2022 走看看