19c OCT 2024 patch apply

     19c OCT 2024 patch apply 
==========================
Patch 36916690 - GI Release Update 19.25.0.0.241015
Patch Number Description Applicable Homes
36912597        Database Release Update 19.25.0.0.241015        Only Oracle home for non-Oracle RAC setup. Both Oracle home and Grid home for Oracle RAC setup.
36917416 OCW Release Update 19.25.0.0.241015  Both Oracle home and Grid home
36917397 ACFS Release Update 19.25.0.0.241015 Footnote 2 Only Grid home.
36940756 Tomcat Release Update 19.0.0.0.0Footnote 2      Only Grid home.
36758186 DBWLM Release Update 19.0.0.0.0Footnote 2 Only Grid home.

You must use the OPatch utility version 12.2.0.1.43
[oracle@19ctest01 ~]$ /u01/app/grid/19.3.0/OPatch/opatch version
OPatch Version: 12.2.0.1.17
cd /u01/soft
unzip p6880880_122010_Linux-x86-64.zip -d /u01/app/grid/19.3.0
unzip p6880880_122010_Linux-x86-64.zip -d /u01/app/oracle/product/19.3.0/dbhome_1
/u01/app/grid/19.3.0/OPatch/opatch version
/u01/app/oracle/product/19.3.0/dbhome_1/OPatch/opatch version
/u01/app/grid/19.3.0/OPatch/opatch lsinventory -detail -oh u01/app/grid/19.3.0
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft//36916690/36912597
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft//36916690/36917416
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft//36916690/36917397
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft//36916690/36940756
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft//36916690/36758186
/u01/app/oracle/product/19.3.0/dbhome_1/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft/36916690/36912597
/u01/app/oracle/product/19.3.0/dbhome_1/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /u01/soft/36916690/36917416

Run OPatch System Space Check Grid_Home
cat /tmp/patch_list_gihome.txt
/u01/soft/36916690/36912597
/u01/soft/36916690/36917416
/u01/soft/36916690/36917397
/u01/soft/36916690/36940756
/u01/soft/36916690/36758186
/u01/app/grid/19.3.0/OPatch/opatch prereq CheckSystemSpace -phBaseFile /tmp/patch_list_gihome.txt
DB_HOME
cat /tmp/patch_list_dbhome.txt
/u01/soft/36916690/36912597
/u01/soft/36916690/36917416
/u01/app/oracle/product/19.3.0/dbhome_1/OPatch/opatch prereq CheckSystemSpace -phBaseFile /tmp/patch_list_dbhome.txt
export PATH=$PATH:/u01/app/grid/19.3.0/OPatch
cd /u01/soft
To patch the Grid home and all Oracle RAC database homes of the same version:
opatchauto apply /u01/soft/36916690
Verify the patches on Homes
/u01/app/grid/19.3.0/OPatch/opatch lsinventory|grep "Patch description"
/u01/app/oracle/product/19.3.0/dbhome_1/OPatch/opatch lsinventory|grep "Patch description"
Non-CDB or Non-PDB Database

sqlplus /nolog
SQL> Connect / as sysdba
SQL> startup

SQL> quit
cd $ORACLE_HOME/OPatch
./datapatch -sanity_checks (optional)
./datapatch -verbose
--From 12c onwards
col action_time for a28
col action for a8
col version for a8
col comments for a30
col status for a10
set line 999 pages 999
select patch_id,  version, status, Action,Action_time from dba_registry_sqlpatch order by action_time;

2.1.8.3 Upgrade Oracle Recovery Manager Catalog
$ rman catalog username/password@alias
RMAN> UPGRADE CATALOG;
RMAN> UPGRADE CATALOG;
RMAN> EXIT;

crsctl Root user  ...cluser level commands
srvctl oracle user  db manages and otehr services 

Comments

Popular posts from this blog

MY NOTEPAD

Oracle OEM Holistic Patch

Upgrade Oracle 19c DB to 21c using Auto Upgrade utility inprogress