###### 问题遇到的现象和发生背景
Oracle 18c RAC 打补丁时报错,
###### 操作环境、软件版本等信息
Oracle 18c RAC Version 18.3.0.0.0,更新p27769234_183000DBRU_Linux-x86-64
报错信息如下:
Oracle Interim Patch Installer version 12.2.0.1.43
Copyright (c) 2024, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/18c/grid
Central Inventory : /u01/app/oraInventory
from : /u01/app/18c/grid/oraInst.loc
OPatch version : 12.2.0.1.43
OUI version : 12.2.0.4.0
Log file location : /u01/app/18c/grid/cfgtoollogs/opatch/opatch2024-09-16_02-53-10AM_1.log
Verifying environment and performing prerequisite checks...
OPatch continues with these patches: 27769234
Do you want to proceed? [y|n]
y
User Responded with: Y
All checks passed.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/app/18c/grid')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Applying interim patch '27769234' to OH '/u01/app/18c/grid'
Patching component oracle.rdbms, 18.0.0.0.0...
The following actions have failed:
Archive not applied /tmp/27769234/files/lib/libserver18.a/kjak.o to /u01/app/18c/grid/lib/libserver18.a... ''
Do you want to proceed? [y|n]
n
User Responded with: N
ApplySession failed in system modification phase... 'ApplySession::apply failed: Archive not applied /tmp/27769234/files/lib/libserver18.a/kjak.o to /u01/app/18c/grid/lib/libserver18.a... ''
'
Restoring "/u01/app/18c/grid" to the state prior to running NApply...
Checking if OPatch needs to invoke 'make' to restore some binaries...
OPatch was able to restore your system. Look at log file and timestamp of each file to make sure your system is in the state prior to applying the patch.
NApply restored the home. Please check your ORACLE_HOME to make sure:
- files are restored properly.
- binaries are re-linked correctly.
(use restore.[sh,bat] and make.txt (Unix only) as a reference. They are located under
"/u01/app/18c/grid/.patch_storage/NApply/2024-09-16_02-53-10AM"
UtilSession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: Archive not applied /tmp/27769234/files/lib/libserver18.a/kjak.o to /u01/app/18c/grid/lib/libserver18.a... ''
'
Log file location: /u01/app/18c/grid/cfgtoollogs/opatch/opatch2024-09-16_02-53-10AM_1.log
OPatch failed with error code 73
###### 尝试过的解决方法
修改目前权限
2024-09-16
Oracle 18c RAC 打补丁时报错,求解。
我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
回答交流
Markdown
请输入正文
提交
相关推荐
Oracle 零数据丢失一体机日志实时应用时报ORA-16191错误,如何解决?
回答 1
已采纳
重启解决90%以上的问题
在Oracle中数据类型F12.4可以用binary_float表示吗?
回答 2
在一个数字的末尾加上一个f或d,分别表示此数字为binaryfloat或binarydouble类型。
请问一下 oracle grid 有for win的版本么 ,我要在windows 环境中搭建群集
回答 4
已采纳
https://www.oracle.com/database/technologies/oracle19cwindowsdownloads.html你可以在上面链接下载数据和集群软件。OracleD
oracle 存储过程游标查询为空, 怎么写让其结束存储过程 而不执行后面的dml逻辑?
回答 3
declarecursorcaisselectcodefromtbcitybasicwhereprovince'AMS';xxtbcitybasic.code%type;beginopenca;fet
ADG灾备日志应用节点内存泄漏-疑问
回答 2
没有看出内存泄露的迹象,你的判断从何而来?TOP里看到的RSS、SIZ是正常的。
请问,该用户创建的表,怎么禁止用户truncate的权限
回答 2
已采纳
SYS用户下建立如下TRIGGER,假设UNIVERSITY用户下的表禁止TRUNCATE:CREATEORREPLACETRIGGERDTTriggerBEFORETRUNCATEONDATABAS
oracle 能查index的使用时间吗?
回答 2
可以参考之前大神留的文章:https://www.modb.pro/db/14359按照文章创建一下,试试
删除Oracle数据库中st用户下的所有东西,只保留这个用户,有没有什么快捷的方式?
回答 1
已采纳
备份创建这个用户的ddl脚本,然后删除这个用户,再创建这个用户
Oracle中视图和数据表的区别以及关系是什么?
回答 1
已采纳
1、视图和数据表的区别:1)视图是已经编译好的SQL语句,是基于SQL语句的结果集的可视化的数据表;2)视图没有实际的物理记录,而数据表有;3)数据表是内容,视图是窗口;4)数据表占用物理空间,而视图
Oracle:v$database中SUPPLEMENTAL_LOG_DATA_MIN 列值 YES代表什么级别呢?
回答 1
已采纳
SQL>selectsupplementallogdatamin,2supplementallogdatapk,supplementallogdataui3fromv$database;SUPP
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~