1## 进入补丁目录
2[oracle@orcl19c:/home/oracle]$ cd /home/oracle/35220732
3
4## 安装前检查
5[oracle@orcl19c:/home/oracle]$ $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph ./
6Oracle Interim Patch Installer version 12.2.0.1.17
7Copyright (c) 2025, Oracle Corporation. All rights reserved.
8
9PREREQ session
10
11Oracle Home : /u01/app/oracle/product/19.0.0/db
12Central Inventory : /u01/app/oraInventory
13 from : /u01/app/oracle/product/19.0.0/db/oraInst.loc
14OPatch version : 12.2.0.1.17
15OUI version : 12.2.0.7.0
16Log file location : /u01/app/oracle/product/19.0.0/db/cfgtoollogs/opatch/opatch2025-02-20_17-23-05PM_1.log
17
18Invoking prereq "checkconflictagainstohwithdetail"
19
20Prereq "checkConflictAgainstOHWithDetail" passed.
21
22OPatch succeeded.
23
24## 安装补丁
25[oracle@orcl19c 35220732]$ $ORACLE_HOME/OPatch/opatch apply
26Oracle Interim Patch Installer version 12.2.0.1.17
27Copyright (c) 2025, Oracle Corporation. All rights reserved.
28
29Oracle Home : /u01/app/oracle/product/19.0.0/db
30Central Inventory : /u01/app/oraInventory
31 from : /u01/app/oracle/product/19.0.0/db/oraInst.loc
32OPatch version : 12.2.0.1.17
33OUI version : 12.2.0.7.0
34Log file location : /u01/app/oracle/product/19.0.0/db/cfgtoollogs/opatch/opatch2025-02-20_17-23-11PM_1.log
35
36Verifying environment and performing prerequisite checks...
37OPatch continues with these patches: 35220732
38
39Do you want to proceed? [y|n]
40y
41User Responded with: Y
42All checks passed.
43Backing up files...
44Applying interim patch '35220732' to OH '/u01/app/oracle/product/19.0.0/db'
45
46Patching component oracle.oracore.rsf, 19.0.0.0.0...
47Patch 35220732 successfully applied.
48Log file location: /u01/app/oracle/product/19.0.0/db/cfgtoollogs/opatch/opatch2025-02-20_17-23-11PM_1.log
49
50OPatch succeeded.
51
52## 检查补丁是否安装完成
53[oracle@orcl19c 35220732]$ $ORACLE_HOME/OPatch/opatch lspatches
5435220732;RDBMS - DSTV42 UPDATE - TZDATA2023C
5529585399;OCW RELEASE UPDATE 19.3.0.0.0 (29585399)
5629517242;Database Release Update : 19.3.0.0.190416 (29517242)
57
58OPatch succeeded.