oracle11g打补丁31537677验证报错

广大2年前技术文章839

环境:操作系统: Kylin Linux Advanced Server V10

数据库:oracle 11.2.0.4


问题描述:打补丁31537677/时候补丁集对.so文件的验证报错

$ORACLE_HOME/OPatch/opatch prereq CheckActiveFilesAndExecutables -phBaseDir ./

报错如下这个报错是因为


$ORACLE_HOME/OPatch/opatch prereq CheckActiveFilesAndExecutables -phBaseDir ./

[11:46:41:955]Invoking prereq "checkactivefilesandexecutables"

[11:46:42:491]Prereq "checkActiveFilesAndExecutables" for patch 17478514 is not executed.

[11:46:42:491]Prereq "checkActiveFilesAndExecutables" for patch 18031668 is not executed.

[11:46:42:492]Prereq "checkActiveFilesAndExecutables" for patch 18522509 is not executed.

[11:46:42:492]Prereq "checkActiveFilesAndExecutables" for patch 19121551 is not executed.

[11:46:42:493]Prereq "checkActiveFilesAndExecutables" for patch 19769489 is not executed.

[11:46:42:509]Prereq "checkActiveFilesAndExecutables" for patch 20299013 is not executed.

[11:46:42:510]Prereq "checkActiveFilesAndExecutables" for patch 20760982 is not executed.

[11:46:42:510]Prereq "checkActiveFilesAndExecutables" for patch 21352635 is not executed.

[11:46:42:526]Prereq "checkActiveFilesAndExecutables" for patch 21948347 is not executed.

[11:46:42:527]Prereq "checkActiveFilesAndExecutables" for patch 22502456 is not executed.

[11:46:42:538]Prereq "checkActiveFilesAndExecutables" for patch 23054359 is not executed.

[11:46:42:538]Prereq "checkActiveFilesAndExecutables" for patch 24006111 is not executed.

[11:46:42:550]Prereq "checkActiveFilesAndExecutables" for patch 24732075 is not executed.

[11:46:42:550]Prereq "checkActiveFilesAndExecutables" for patch 25869727 is not executed.

[11:46:42:565]Prereq "checkActiveFilesAndExecutables" for patch 26392168 is not executed.

[11:46:42:565]Prereq "checkActiveFilesAndExecutables" for patch 26609445 is not executed.

[11:46:42:574]Prereq "checkActiveFilesAndExecutables" for patch 26925576 is not executed.

[11:46:42:574]Prereq "checkActiveFilesAndExecutables" for patch 27338049 is not executed.

[11:46:42:574]Prereq "checkActiveFilesAndExecutables" for patch 27734982 is not executed.

[11:46:42:592]Prereq "checkActiveFilesAndExecutables" for patch 28204707 is not executed.

[11:46:42:616]Prereq "checkActiveFilesAndExecutables" for patch 28729262 is not executed.

[11:46:42:616]Prereq "checkActiveFilesAndExecutables" for patch 29141056 is not executed.

[11:46:42:640]Prereq "checkActiveFilesAndExecutables" for patch 29497421 is not executed.

[11:46:42:640]Prereq "checkActiveFilesAndExecutables" for patch 29913194 is not executed.

[11:46:42:652]Prereq "checkActiveFilesAndExecutables" for patch 30298532 is not executed.

[11:46:42:718]Prereq "checkActiveFilesAndExecutables" for patch 30670774 is not executed.


解决方案:缺少yum包导致,安装相关yum包即可

root下执行yum install -y psmisc 


相关文章

Apache hive 对接达梦数据库

Apache hive 对接达梦数据库

1、背景由于国产化需求,客户需要使用dm数据库作为hive的元数据库。需要进行对应适配2、配置本次使用的环境hive 3.1.3 hadoop 3.2.4 ranger 2.3.0 Spark ...

副本集同步原理

一、Initial Sync大体来说,MongoDB副本集同步主要包含两个步骤:1. Initial Sync,全量同步2. Replication,即sync oplog先通过init sync同步...

根目录扩容

根目录扩容

1、创建一个空分区创建分区:查看创建的新分区:2、开始扩容(1)创建物理卷[root@web03 ~]# lvm lvm> pvcreate /dev/vdb1   Physical vol...

doris数据删除恢复

用户执行命令drop database/table/partition之后,再使用命令recover来恢复整个数据库/表/分区的所有数据。这种修复将会把FE上的数据库/表/分区的结构,从catalog...

ranger_audits更换审计日志保留时间

ranger_audits更换审计日志保留时间

本次测试集群为:hdp: 3.1.5.0-152Infra Solr: 0.1.0Ranger: 1.2.0.3.1修改Solr 的中ranger_audits 数据保留时长HDP、CDP中Range...

阿里云ES跨账号数据迁移(reindex)

阿里云ES跨账号数据迁移(reindex)

1、背景与前置条件总的来说,阿里云es集群间数据迁移,有三中方式,logstash、reindex、镜像备份恢复,分别使用不同的场景,本文档主要讨论reindex方式进行账号下,ES跨集群迁移时,使用...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。