oracle rac升级补丁及中间的错误提示

简介:
tail -f /var/log/messages
/u01/app/oracle/product/10.2.0/db_1/OPatch/opatch
/u01/app/oracle/product/10.2.0/crs_1/OPatch/opatch

ORA_CRS_HOME=/u01/app/oracle/product/10.2.0/crs_1

ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
增加CSS
/u01/app/oracle/product/10.2.0/crs_1/bin/crsctl add css votedisk  /u02/oradata/orcl/CSSFile3 -force

custom/scripts/prerootpatch.sh -crshome /u01/app/oracle/product/10.2.0/crs_1 -crsuser oracle
custom/scripts/prepatch.sh -crshome /u01/app/oracle/product/10.2.0/crs_1

/u01/app/oracle/product/10.2.0/db_1/OPatch/opatch apply -local -oh /u01/app/oracle/product/10.2.0/crs_1
/u01/app/oracle/product/10.2.0/db_1/OPatch/opatch apply custom/server/4896338 -local -oh /u01/app/oracle/product/10.2.0/db_1

 
 
 
[oracle@racdb4 4896338]$ /u01/app/oracle/product/10.2.0/db_1/OPatch/opatch apply custom/server/4896338 -local -oh /u01/app/oracle/product/10.2.0/db_1
Invoking OPatch 10.2.0.4.9
Oracle Interim Patch Installer version 10.2.0.4.9
Copyright (c) 2009, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/10.2.0/db_1
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.4.9
OUI version       : 10.2.0.1.0
OUI location      : /u01/app/oracle/product/10.2.0/db_1/oui
Log file location : /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2010-01-14_17-32-49PM.log
Patch history file: /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt
ApplySession applying interim patch '4896338' to OH '/u01/app/oracle/product/10.2.0/db_1'
Running prerequisite checks...
Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
The details are:
Patch ( 4896338 ) is not applicable on current platform.
Platform ID needed is : 226
Platform IDs supported by patch are: 46 
ApplySession failed during prerequisite checks: Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
System intact, OPatch will not attempt to restore the system
OPatch failed with error code 74









本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/265626,如需转载请自行联系原作者
目录
相关文章
|
5月前
|
SQL Oracle 关系型数据库
Oracle 11g 打PSU补丁教程
Oracle 11g 打PSU补丁教程
158 2
|
5月前
|
运维 Oracle 前端开发
Oracle 11g RAC集群日常运维命令总结
Oracle 11g RAC集群日常运维命令总结
117 2
|
5月前
|
Oracle 关系型数据库
分布式锁设计问题之Oracle RAC保证多个节点写入内存Page的一致性如何解决
分布式锁设计问题之Oracle RAC保证多个节点写入内存Page的一致性如何解决
|
6月前
|
存储 负载均衡 Oracle
|
6月前
|
存储 Oracle 关系型数据库
|
8月前
|
存储 Oracle 关系型数据库
Oracle RAC:数据库集群的舞动乐章
【4月更文挑战第19天】Oracle RAC是Oracle提供的高可用性数据库解决方案,允许多个实例共享同一数据库,确保业务连续性和数据完整性。通过集群件和全局缓存服务实现服务器间的协调和通信。RAC提供高可用性,通过故障转移应对故障,同时提升性能,多个实例并行处理请求。作为数据管理员,理解RAC的架构和管理至关重要,以发挥其在数据管理中的最大价值。
|
8月前
|
存储 运维 Oracle
Oracle系列十八:Oracle RAC
Oracle系列十八:Oracle RAC
|
关系型数据库 Oracle
RAC_Oracle集群服务安装RAC(案例)
2015-01-23 Created By BaoXinjian           Thanks and RegardsERP技术讨论群: 288307890 技术交流,技术讨论,欢迎加入 Technology Blog Created By Oracle ERP - 鲍新建
837 0
|
8月前
|
Oracle 关系型数据库
oracle rac 手工安装补丁,不适用auto
oracle rac 手工安装补丁,不适用auto
88 3