Patch 33248420 - Combo of OJVM Component Release Update 19.13.0.0.211019 + Database Oct 2021 Release Update 19.13.0.0.211019
解压p33248420_190000_Linux-x86-64文件夹,为33248420,下面有read me ,read me为
Patch 33248420 - Combo of OJVM Component Release Update 19.13.0.0.211019 + Database Oct 2021 Release Update 19.13.0.0.211019
33248420下有两个文件夹 :33192694 和 33192793 。每个文件夹下又有一个read me 。
对应的read me为 :
Patch 33192793 - Database Release Update 19.13.0.0.211019
Patch 33192694 - Oracle JavaVM Component Release Update 19.13.0.0.211019
真正打补丁,要参考 read me Patch 33192694 - Oracle JavaVM Component Release Update 19.13.0.0.211019。
-- 打补丁过程 (主要要看正确的readme,进入正确的目录)
$ cd <PATCH_TOP_DIR>/33192694
$ opatch apply
$ opatch lsinventory
--post install
% ./datapatch -verbose
-- 过程
[oracle@redhat762100 psu]$ ls
33248420 p33248420_190000_Linux-x86-64.zip PatchSearch.xml
[oracle@redhat762100 psu]$ cd 33248420/
[oracle@redhat762100 33248420]$ ls
33192694 33192793 PatchSearch.xml README.html
[oracle@redhat762100 33248420]$ cd 33192694/
[oracle@redhat762100 33192694]$ ls
etc files README.html README.txt
[oracle@redhat762100 33192694]$ opatch apply
Oracle Interim Patch Installer version 12.2.0.1.28
Copyright (c) 2021, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/oraInst.loc
OPatch version : 12.2.0.1.28
OUI version : 12.2.0.7.0
Log file location : /u01/app/oracle/cfgtoollogs/opatch/opatch2021-12-21_09-18-28AM_1.log
Verifying environment and performing prerequisite checks...
OPatch continues with these patches: 33192694
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/oracle')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Applying interim patch '33192694' to OH '/u01/app/oracle'
Patching component oracle.javavm.server, 19.0.0.0.0...
Patching component oracle.javavm.server.core, 19.0.0.0.0...
Patching component oracle.rdbms.dbscripts, 19.0.0.0.0...
Patching component oracle.rdbms, 19.0.0.0.0...
Patching component oracle.javavm.client, 19.0.0.0.0...
Patch 33192694 successfully applied.
Log file location: /u01/app/oracle/cfgtoollogs/opatch/opatch2021-12-21_09-18-28AM_1.log
OPatch succeeded.
[oracle@redhat762100 33192694]$
[oracle@redhat762100 OPatch]$ ./datapatch -verbose
SQL Patching tool version 19.11.2.0.0 Production on Tue Dec 21 09:22:53 2021
Copyright (c) 2012, 2021, Oracle. All rights reserved.
Log file for this invocation: /u01/app/19c/cfgtoollogs/sqlpatch/sqlpatch_9402_2021_12_21_09_22_53/sqlpatch_invocation.log
Connecting to database...OK
Gathering database info...done
Bootstrapping registry and package to current versions...done
Determining current state...done
Current state of interim SQL patches:
Interim patch 33192694 (OJVM RELEASE UPDATE: 19.13.0.0.211019 (33192694)):
Binary registry: Installed
SQL registry: Not installed
Current state of release update SQL patches:
Binary registry:
19.11.2.0.0 Release_Update_Revision 211007171159: Installed
SQL registry:
Applied 19.11.2.0.0 Release_Update_Revision 211007171159 successfully on 04-DEC-21 01.19.21.536009 AM
Adding patches to installation queue and performing prereq checks...done
Installation queue:
No interim patches need to be rolled back
No release update patches need to be installed
The following interim patches will be applied:
33192694 (OJVM RELEASE UPDATE: 19.13.0.0.211019 (33192694))
Installing patches...
Patch installation complete. Total patches installed: 1
Validating logfiles...done
Patch 33192694 apply: SUCCESS
logfile: /u01/app/19c/cfgtoollogs/sqlpatch/33192694/24421575/33192694_apply_TEST_2021Dec21_09_23_06.log (no errors)
SQL Patching tool complete on Tue Dec 21 09:24:22 2021
[oracle@redhat762100 OPatch]$
-- 查看补丁
SYS@test>/
PATCH_ID PATCH_TYPE STATUS DESCRIPTION
---------- ---------- ---------- ----------------------------------------------------------------------
29517242 RU SUCCESS Database Release Update : 19.3.0.0.190416 (29517242)
30125133 RU SUCCESS Database Release Update : 19.5.0.0.191015 (30125133)
33153989 RUR SUCCESS Database Release Update Revision : 19.11.2.0.211019 (33153989)
33192694 INTERIM SUCCESS OJVM RELEASE UPDATE: 19.13.0.0.211019 (33192694)
SYS@test>
END