oracle11g打补丁31537677验证报错

广大2年前技术文章734

环境:操作系统: 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 


相关文章

ES组件集成nlpSQL模块

ES组件集成nlpSQL模块

查看sql插件github https://github.com/NLPchina/elasticsearch-sql 安装cd elasticsearch #进入目录可以先去下载...

MySQL运维实战(4.5) SQL_MODE之NO_ZERO_DATE和NO_ZERO_IN_DATE

NO_ZERO_DATE:日期中不允许'0000-00-00'NO_ZERO_IN_DATE:日期中年、月或日不允许为0,如不允许'2021-00-01', '...

Flink sql 集成hive metastore

Flink sql 集成hive metastore

1、前置条件**确认hive metastore版本(本次版本3.1.2) **hive metastore 部署成功hive依赖jar包分发到每个flink节点:/flink-1.13.6    ...

虚拟机三种网络模式详解

虚拟机三种网络模式详解

在电脑里开一台虚拟机,是再常见不过的操作了。无论是用虚拟机玩只有旧版本系统能运行的游戏,还是用来学习Linux、跑跑应用程序都是很好的。而这其中,虚拟机网络是绝对绕不过去的。本篇文章通俗易懂的介绍了常...

Python Web 自动化测试工具 — Selenium

Selenium 是一个 Web 自动化测试工具,Selenium 通过非常简洁方便的 API,使用 Selenium WebDrivers(Selenium web 驱动器)像使用 Firefox,...

ES运维(二)字段类型与内存管理

ES运维(二)字段类型与内存管理

一、ES常见字段类型1、 概述字段是数据存储的最小微粒,根据数据的性质不同将数据分成不同的字段类型,熟悉不同字段类型的特性,对索引的Mapping设计、查询调优都极其重要。2、 关键参数In...

发表评论    

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