OPatch报错 Prerequisite check CheckMinimumOPatchVersion failed

Prerequisite check CheckMinimumOPatchVersion failed

问题现象:

[oracle@db01 18522509]$ /DBSoft/Product/11.2.4/db_1/OPatch/opatch apply
Oracle Interim Patch Installer version 11.2.0.3.4
Copyright (c) 2012, Oracle Corporation.  All rights reserved.

Oracle Home       : /DBSoft/Product/11.2.4/db_1
Central Inventory : /DBSoft/oraInventory
from           : /DBSoft/Product/11.2.4/db_1/oraInst.loc
OPatch version    : 11.2.0.3.4
OUI version       : 11.2.0.4.0
Log file location : /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch2014-10-09_04-27-48AM_1.log

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

The OPatch being used has version 11.2.0.3.4 while the following patch(es) require higher versions:
Patch 17478514 requires OPatch version 11.2.0.3.5.
Patch 18031668 requires OPatch version 11.2.0.3.5.
Patch 18522509 requires OPatch version 11.2.0.3.5.
Please download latest OPatch from My Oracle Support.

UtilSession failed: Prerequisite check "CheckMinimumOPatchVersion" failed.
Log file location: /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch2014-10-09_04-27-48AM_1.log

OPatch failed with error code 73

查看Opatch日志:

[oracle@db01 OPatch]$ cat /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch2014-10-09_04-27-48AM_1.log
[Oct 9, 2014 4:27:49 AM]     OPatch invoked as follows: 'apply -invPtrLoc /DBSoft/Product/11.2.4/db_1/oraInst.loc '
[Oct 9, 2014 4:27:49 AM]     OUI-67077:
                             Oracle Home       : /DBSoft/Product/11.2.4/db_1
                             Central Inventory : /DBSoft/oraInventory
                                from           : /DBSoft/Product/11.2.4/db_1/oraInst.loc
                             OPatch version    : 11.2.0.3.4
                             OUI version       : 11.2.0.4.0
                             OUI location      : /DBSoft/Product/11.2.4/db_1/oui
                             Log file location : /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch2014-10-09_04-27-48AM_1.log
[Oct 9, 2014 4:27:49 AM]     Patch history file: /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch_history.txt
[Oct 9, 2014 4:27:53 AM]     Verifying environment and performing prerequisite checks...
[Oct 9, 2014 4:27:53 AM]     Ignoring file "/home/oracle/18522509/README.html" in the patch directory.
[Oct 9, 2014 4:27:53 AM]     Ignoring file "/home/oracle/18522509/README.txt" in the patch directory.
[Oct 9, 2014 4:27:53 AM]     Ignoring file "/home/oracle/18522509/patchmd.xml" in the patch directory.
[Oct 9, 2014 4:27:54 AM]     Checking conflict among patches...
[Oct 9, 2014 4:27:54 AM]     Patch ID  18522509
[Oct 9, 2014 4:27:54 AM]     Patches that conflict: [  ]
[Oct 9, 2014 4:27:54 AM]     Checking conflicts for patch : 18522509
[Oct 9, 2014 4:27:55 AM]     Checking if Oracle Home has components required by patches...
[Oct 9, 2014 4:27:55 AM]     Check if patch "17478514"  is a no-op patch.
[Oct 9, 2014 4:27:55 AM]     Check if patch "18031668"  is a no-op patch.
[Oct 9, 2014 4:27:55 AM]     Check if patch "18522509"  is a no-op patch.
[Oct 9, 2014 4:27:55 AM]     Running prerequisite checks...
[Oct 9, 2014 4:27:55 AM]     Prerequisite check "CheckMinimumOPatchVersion" failed.
                             The details are:

                             The OPatch being used has version 11.2.0.3.4 while the following patch(es) require higher versions:
                             Patch 17478514 requires OPatch version 11.2.0.3.5.
                             Patch 18031668 requires OPatch version 11.2.0.3.5.
                             Patch 18522509 requires OPatch version 11.2.0.3.5.
                             Please download latest OPatch from My Oracle Support.
[Oct 9, 2014 4:27:55 AM]     OUI-67073:UtilSession failed: Prerequisite check "CheckMinimumOPatchVersion" failed.
[Oct 9, 2014 4:27:55 AM]     Finishing UtilSession at Thu Oct 09 04:27:55 CST 2014
[Oct 9, 2014 4:27:55 AM]     Log file location: /DBSoft/Product/11.2.4/db_1/cfgtoollogs/opatch/opatch2014-10-09_04-27-48AM_1.log
[Oct 9, 2014 4:27:55 AM]     Stack Description: java.lang.RuntimeException: Prerequisite check "CheckMinimumOPatchVersion" failed.
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:5786)
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.opatchutil.NApply.process(NApply.java:1587)
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.opatchutil.OUSession.napply(OUSession.java:1136)
[Oct 9, 2014 4:27:55 AM]     StackTrace: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Oct 9, 2014 4:27:55 AM]     StackTrace: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[Oct 9, 2014 4:27:55 AM]     StackTrace: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[Oct 9, 2014 4:27:55 AM]     StackTrace: java.lang.reflect.Method.invoke(Method.java:592)
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.UtilSession.process(UtilSession.java:322)
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:2346)
[Oct 9, 2014 4:27:55 AM]     StackTrace: oracle.opatch.OPatch.main(OPatch.java:613)

问题分析:

我们通过上面的日志信息可以明确的看到,是因为Opatch最小版本要求不满足导致。参考Metalink
1638380.1

问题解决办法:

这个时候我们需要上http://updates.oracle.com/download/6880880.html,下载一个最新的OPatch工具,并通过该工具进行补丁的apply即可。

时间: 2024-10-27 21:17:56

OPatch报错 Prerequisite check CheckMinimumOPatchVersion failed的相关文章

OPatch报错 Prerequisite check "CheckActiveFilesAndExecutables" failed

Prerequisite check "CheckActiveFilesAndExecutables" failed 问题背景:    我们在进行数据库打补丁Optatch的时候,突然报错CheckActiveFilesAndExecutables,导致补丁无法进行应用下去. 问题现象: [oracle@db01 18522509]$ /home/oracle/OPatch/opatch apply Oracle Interim Patch Installer version 11.2

OPatch 报错:OPatch needs to modify files which are being used by some processes.

在执行下面的语句的时候,opatch报了一个错误,从网上查了下解决办法: [oratest@lyg 7319922]$ opatch rollback -id 7319922 Oracle Interim Patch Installer version 11.1.0.10.1 Copyright (c) 2013, Oracle Corporation.  All rights reserved. Oracle Home       : /u01/prod/db/tech_st/11.1.0 C

maven报错:Check $M2_HOME environment variable and mvn script match.

1 发现问题 eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.  2 解决问题 步骤1 设置环境变量M2_HOME指向maven安装目录,M2_HOME=D:\Apps\apache-maven-3.3.1 步骤2

PHP上传报错:failed to open stream: Permission denied

问题描述 PHP上传报错:failed to open stream: Permission denied 代码一: doAction.php代码: 选择图片,上传报错: 解决方案 PHP failed to open stream: Permission denied关于php使用fopen报错 failed to open stream: Permission deniedfailed to open stream: Permission denied in 解决方案二: 权限不足,上传文件

start-visual studio调试azure报错,各位大侠有思路吗?

问题描述 visual studio调试azure报错,各位大侠有思路吗? 系统visual studio 开发的,数据库部署在windows azure上,但是调试的时候报错 "Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start Development Storage. Failed to start Storage Emulator: the SQL Server

osx下编译hadoop2.5.2的时候报错Ant BuildException

问题描述 osx下编译hadoop2.5.2的时候报错Ant BuildException [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (site) on project hadoop-common: An Ant BuildException has occured: stylesheet /Users/narayan/Downloads/hadoop-2.5.2-src

求助,Dictionary添加数据的时候报错,详情见图

问题描述 解决方案 解决方案二:可能这个key不存在解决方案三:我意思是,Key超出了你的dictionary.count的长度解决方案四:超出dictionary允许的上限了解决方案五:引用1楼hanjun0612的回复: 可能这个key不存在 不是吧,dictionary.add(),与图中这样写效果是一样的吧解决方案六:引用4楼qq_16028155的回复: Quote: 引用1楼hanjun0612的回复: 可能这个key不存在 不是吧,dictionary.add(),与图中这样写效果

sdk-Android SDK更新之后新建Android项目会出现R.java文件的报错

问题描述 Android SDK更新之后新建Android项目会出现R.java文件的报错 报错console: R.java was modified manually! Reverting to generated version! 解决方案 Android Studio运行项目报错:java.lang.UnsatisfiedLinkError--.so文件问题eclipse新建android项目后,不会自动生成activity,或者出现This Android SDK requires A

dubbo-求解,关于Dubbo,一直报错。早上还好好的,下午就报错,间歇性出现

问题描述 求解,关于Dubbo,一直报错.早上还好好的,下午就报错,间歇性出现 failed to connect to server localhost/127.0.0.1:20880 client-side timeout 3000ms (elapsed: 3038ms) from netty client 10.8.17.16 using dubbo version 2.5.3 解决方案 dubbo 报错Dubbo配置文件报错