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

  • 相关阅读:
    fork 函数 和vfork 函数的区别
    进程时间
    输出子进程状态
    二维字符串数组字典排序
    括号匹配
    队列实现二叉树层序遍历
    二叉查找树
    分块查找
    JS中的className含义
    Java打印温度转换表
  • 原文地址:https://www.cnblogs.com/zjty/p/6509683.html
Copyright © 2011-2022 走看看