zoukankan      html  css  js  c++  java
  • 12C GI + 11g DB 环境中PSU安装

    环境说明:

    12.1.0.2的GI集群,11.2.0.4的RAC数据库,需要安装最新的补丁。

    补丁下载:

    12.1.0.2 GI的PSU;11.2.0.4 DB的PSU;OJVM For 11.2.0.4的补丁。

    概要说明:

    (1)、由于GI的PSU包括了DB的PSU,如果GI版本和DB版本相同,在安装GI的PSU时没有指定oh参数,则会自动DB的PSU,而GI和DB的版本不同时,如果不指定oh参数,它会自动跳过DB PSU的安装过程,而不会出现安装报错的情况。

    命令如下:

    # export ORACLE_HOME=/u01/app/12.1.0.2/grid; /u01/app/12.1.0.2/grid/OPatch/opatchauto apply /u01/software/27967747/27967747

    输出如下:

    ==Following patches were SUCCESSFULLY applied:

    Patch: /u01/software/27967747/27967747/26983807
    Log: /u01/app/12.1.0.2/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-12-21_07-37-36AM_1.log

    Patch: /u01/software/27967747/27967747/27547329
    Log: /u01/app/12.1.0.2/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-12-21_07-37-36AM_1.log

    Patch: /u01/software/27967747/27967747/27762253
    Log: /u01/app/12.1.0.2/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-12-21_07-37-36AM_1.log

    Patch: /u01/software/27967747/27967747/27762277
    Log: /u01/app/12.1.0.2/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-12-21_07-37-36AM_1.log

    Following homes are skipped during patching as patches are not applicable:

    /u01/app/oracle/product/11.2.0.4/dbhome_1

    OPatchauto session completed at Fri Dec 21 08:21:52 2018

    (2)、安装DB PSU时,会有一个warning:

    OPatch found the word "error" in the stderr of the make command.

    Please look at this stderr. You can re-run this make command.

    Stderr output:

    chmod: changing permissions of `/u01/app/oracle/product/11.2.0.4/dbhome_1/bin/extjobO': Operation not permitted

    make: [iextjob] Error 1 (ignored)

    Composite patch 27734982 successfully applied.

    该warning在MOS 2265726.1中有明确说明, 忽略即可。

  • 相关阅读:
    liunx下mysql数据库使用之三范式,关系模型设计注意项,安装目录结构
    Liunx系统学习一,liunx系统的目录结构及含义
    liunx环境下的mysql数据库配置文件my.conf内的参数含义
    linux下打开chm文件的方法
    java的四舍五入算法
    【JVM】jvm垃圾回收器相关垃圾回收算法
    Linux下MySQL数据库常用基本操作 一
    liunx环境下安装mysql数据库
    加权平均
    Host绑定
  • 原文地址:https://www.cnblogs.com/missyou-shiyh/p/10154487.html
Copyright © 2011-2022 走看看