zoukankan      html  css  js  c++  java
  • 11.2.0.4单机 打补丁报错

    [oracle@rsync-test03 31103343]$ opatch apply
    Oracle Interim Patch Installer version 11.2.0.3.25
    Copyright (c) 2020, Oracle Corporation. All rights reserved.


    Oracle Home : /u01/app/oracle/product/11.2.0/db_1
    Central Inventory : /u01/app/oraInventory
    from : /u01/app/oracle/product/11.2.0/db_1/oraInst.loc
    OPatch version : 11.2.0.3.25
    OUI version : 11.2.0.4.0
    Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2020-08-04_09-26-11AM_1.log

    Verifying environment and performing prerequisite checks...
    Prerequisite check "CheckActiveFilesAndExecutables" failed.
    The details are:


    Following active executables are not used by opatch process :
    /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1

    Following active executables are used by opatch process :

    UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
    Log file location: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2020-08-04_09-26-11AM_1.log

    OPatch failed with error code 73
    [oracle@rsync-test03 31103343]$ lsof /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    extract 39889 oracle mem REG 253,0 53793682 398619 /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    mgr 52810 oracle mem REG 253,0 53793682 398619 /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1
    tnslsnr 72315 oracle mem REG 253,0 53793682 398619 /u01/app/oracle/product/11.2.0/db_1/lib/libclntsh.so.11.1

    从这里我们就可以看到谁在占用libclntsh.so.11.1文件,该系统存在ogg应用,没有关闭,关闭ogg之后,重新打补丁成功

  • 相关阅读:
    拦截器的配置和执行流程
    Restful风格数据获取
    layer弹窗插件官网
    HTTP知识1
    解决Navicat for MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误
    MySQL8.0以上版本的安装与配置——详细教程
    python 练习题1(set 和len组合使用)
    性能测试基础知识1
    linux下配置python3详解
    ckplayer、swfobject的简单应用
  • 原文地址:https://www.cnblogs.com/hanglinux/p/13434379.html
Copyright © 2011-2022 走看看