0% found this document useful (0 votes)
40 views7 pages

DB Grid Oct 2024 v1.0

The document outlines the steps for applying patches to an Oracle Database, including commands for checking prerequisites, applying patches, and validating the database. It details the use of OPatch and Datapatch tools, as well as specific patch numbers and directories involved in the process. The procedure emphasizes the need to apply patches one node at a time and includes instructions for managing permissions and verifying the database status post-application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views7 pages

DB Grid Oct 2024 v1.0

The document outlines the steps for applying patches to an Oracle Database, including commands for checking prerequisites, applying patches, and validating the database. It details the use of OPatch and Datapatch tools, as well as specific patch numbers and directories involved in the process. The procedure emphasizes the need to apply patches one node at a time and includes instructions for managing permissions and verifying the database status post-application.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

DATABASE

OPTACH -New version

36912597

36917416

Patch 36878697 [OJVM ]

32043701

37104910

36877696

37320445
Check ETCC

GRID

Analyze
Apply
Start DB

DATAPATCH
Compile Invalid -PDB
Check DBA_REGISTRY
Start Application & Validation
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/
cp p6880880_190000_Linux-x86-64.zip $ORACLE_HOME
cd $ORACLE_HOME
mv OPatch OPatch_old
unzip p6880880_190000_Linux-x86-64.zip
$ORACLE_HOME/OPatch/opatch version
OPatch Version: 12.2.0.1.45

Take INVALID OBJECT COUNT


Shutdown Application followed by DB & Listener
Can be applied Parallel in DB Nodes
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/36916690/36912597
$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph ./ --- Skip/pre chk
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/36916690/36917416
$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph ./ -- Skip /Pre chk
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/36878697
$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph ./ -- Skip /Pre chk
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/32043701
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/37104910
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/36877696
$ORACLE_HOME/OPatch/opatch apply -silent
cd /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/37320445
$ORACLE_HOME/OPatch/opatch apply -silent
/ebsstagesw/ebs1223/patches/cpu_db_oct_2024/checkDBpatch.sh

Need to be done 1 node at a time

sudo chmod 775 /opt/app/grid/product/19.3.0.0


sudo chmod 6751 /opt/app/grid/product/19.3.0.0/bin/oracle

suod su - grid
cd $ORACLE_HOME
mv OPatch OPatch_old

unzip /ebsstagesw/ebs1223/patches/cpu_db_oct_2024/p6880880_190000_Linux-x86-64.zip -d /opt/app


$ORACLE_HOME/OPatch/opatch version
OPatch Version: 12.2.0.1.45
sudo /opt/app/grid/product/19.3.0.0/OPatch/opatchauto apply /ebsstagesw/ebs1223/patches/cpu_db_o
sudo /opt/app/grid/product/19.3.0.0/OPatch/opatchauto apply /ebsstagesw/ebs1223/patches/cpu_db_o
START DATABASE ,Listener & Verify
On Primary DB -( login & Source CDB)
cd $ORACLE_HOME/Opatch
./datapatch -verbose

utlrp.sql
col COMP_NAME for a60
col STATUS for a20
col VERSION for a20
set lines 132

select COMP_NAME,VERSION,STATUS from dba_registry; ----- ALL SHOULD BE VALID


DBA Validation .
Online/Pretask
Online/Pretask

No conflicts 30mins

No conflicts

No conflicts

online/pre
online/pre
Oracle Database 19c Release Update October 2024 Known
ctober 2024 Known Issues (Doc ID 19202410.9)

You might also like