0% found this document useful (0 votes)
125 views

Oracle Database Patches Working

This document provides instructions for applying database patch 35643107 and OJVM patch 35648110 to update an Oracle database to version 19.21.0.0.231017. The steps include unzipping patch files, checking for conflicts, shutting down the database, applying the patches with opatch, restarting the database, and running post-patch scripts.

Uploaded by

Asif Ghazi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

Oracle Database Patches Working

This document provides instructions for applying database patch 35643107 and OJVM patch 35648110 to update an Oracle database to version 19.21.0.0.231017. The steps include unzipping patch files, checking for conflicts, shutting down the database, applying the patches with opatch, restarting the database, and running post-patch scripts.

Uploaded by

Asif Ghazi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Database Patch: 35643107 - Database Release Update 19.21.0.0.

231017

unzip p35643107_<version>_<platform>.zip
cd 35643107
opatch prereq CheckConflictAgainstOHWithDetail -ph ./

sqlplus "/as sysdba"


shutdown immediate;
exit;

stop listener

opatch apply

sqlplus "/as sysdba"


startup
alter pluggable database all open;
quit

start listener

cd $ORACLE_HOME/OPatch
./datapatch -sanity_checks
./datapatch -verbose

export PATH=$PATH:$ORACLE_HOME/bin
cd $ORACLE_HOME/rdbms/admin
$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/rdbms/admin/catcon.pl -n 1 -e -b utlrp -d
$ORACLE_HOME/rdbms/admin utlrp.sql

execute below commands using "root" account


chown root $ORACLE_HOME/bin/extjob
chmod 4750 $ORACLE_HOME/bin/extjob

OJVM Patch: 35648110 - Oracle JavaVM Component Release Update 19.21.0.0.231017

unzip p35648110_190000_<PLATFORM_NAME>.zip
cd 35648110
patch prereq CheckConflictAgainstOHWithDetail -ph ./

sqlplus "/as sysdba"


shutdown immediate;
exit;

stop listener

opatch apply

sqlplus "/as sysdba"


startup
alter pluggable database all open;
exit;

start listener

cd $ORACLE_HOME/OPatch
./datapatch -verbose
cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> @utlrp.sql

You might also like