UtilSession failed: Patch 9413827 requires component(s) that are not installed in OracleHome. These not-installed components are oracle.crs:11.2.0.1.0,

OPatch failed with error code 73

后来查到mos文章:Opatch Error "UtilSession failed: Patch nnn requires component(s) that are not installed" When Applying CRS or Grid Infrastructure Merge, Bundle or PSU
Patches (文档 ID 763680.1)

原来是我打补丁的时候,选择错了路径:

错误路径:

[oracle@rac1 9413827]$ pwd
/usr/liming/9413827

正确路径:

[oracle@rac1 server]$ pwd
/usr/liming/9413827/custom/server

05-11 22:28