HOME / TROUBLESHOOTING / PREREQUISITE CHECK “CHECKACTIVEFILESANDEXECUTABLES” FAILED Prerequisite Check “CheckActiveFilesAndExecutables” Failed

CHECKACTIVEFILESANDEXECUTABLES” FAILED Prerequisite Check “CheckActiveFilesAndExecutables” Failed

[oracle@oracleagent:Database] opatch apply
Oracle Interim Patch Installer version 12.2.0.1.27
Copyright (c) 2022, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.1.0
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.1.0/oraInst.loc
OPatch version : 12.2.0.1.27
OUI version : 12.1.0.2.0
Logfile location: /u01/app/oracle/product/12.1.0/cfgtoollogs/opatch/opatch2022-01-21_08-04-36AM_1.log

Verifying environment and performing prerequisite checks…
Prerequisite check “CheckActiveFilesAndExecutables” failed.
The details are:

Following active executables are not used by opatch process :
/u01/app/oracle/product/12.1.0/lib/libclntsh.so.12.1

Following active executables are used by opatch process :

/u01/app/oracle/product/12.1.0/lib/libasmclntsh12.so
UtilSession failed: Prerequisite check “CheckActiveFilesAndExecutables” failed.
Logfile location: /u01/app/oracle/product/12.1.0/cfgtoollogs/opatch/opatch2022-01-21_08-04-36AM_1.log

OPatch failed with error code 73

Solution:

[oracle@oracleagent:Database] /sbin/fuser /u01/app/oracle/product/12.1.0/lib/libclntsh.so.12.1
/u01/app/oracle/product/12.1.0/lib/libclntsh.so.12.1: 22235m 24173m
[oracle@oracleagent:Database] kill -9 22235 24173
[oracle@oracleagent:Database] opatch apply
Oracle Interim Patch Installer version 12.2.0.1.27
Copyright (c) 2022, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.1.0
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.1.0/oraInst.loc
OPatch version : 12.2.0.1.27
OUI version : 12.1.0.2.0
Logfile location: /u01/app/oracle/product/12.1.0/cfgtoollogs/opatch/opatch2022-01-21_08-08-33AM_1.log

Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 32768233 33128590

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/product/12.1.0’)

Is the local system ready for patching? [y|n]
y
User Responded with Y
Backing up files…
Applying sub-patch ‘32768233’ to OH ‘/u01/app/oracle/product/12.1.0’
ApplySession: Optional component(s) [ oracle.network.cman, 12.1.0.2.0 ] not present in the Oracle Home or a higher version is found.

 

…..

….

…..

 

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter: https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

ORACLE RELEASE PATCHING IN ORACLE 19C -Opatch update

patch

Description

In this article, we are going to see steps used to apply the latest Oracle 19c Database Release Update 19.9.0.0.201020 (Patch 31771877) The Environment is a single instance database.

Review readme file on Patch 31771877 – Database Release Update 19.9.0.0.201020

Download patch p31

771877_190000_Linux-x86-64.zip

Make sure the opatch version is minimum 12.2.0.1.19


Step:-1 Download the Patch from oracle support

p31771877_190000_Linux-x86-64.zip

p6880880_200000_Linux-x86-64.zip

Step:-2 Copied the patch to DB Server

[oratest@oracle ~]$ mkdir patch

[oratest@oracle ~]$ ls

[oratest@oracle ~]$ cd patch/

[oratest@oracle ~]$ ls -lrth
-rwxrwxr-x. 1 oratest oratest 116M Oct 21 10:55
-x86-64.zip
-rwxrwxr-x. 1 oratest oratest 1.6G Oct 21 11:23 p6880880_210000_Linux-x86-64.zip


Step:-3 Upgrade Opatch Tool from 12.2.0.1.17 to 12.2.0.1.

[oratest@oracle ~]$ cd $ORACLE_HOME
[oratest@oracle ~]$ ls
[oratest@oracle ~]$ ./opatch version
OPatch Version: 12.2.0.1.17

OPatch succeeded

[oratest@oracle ~]$ cd /home/oratest/patch 

[oratest@oracle ~]$  ls

[oratest@oracle ~]$cp p6880880_200000_Linux-x86-64.zip
/u01/app/oracle/product/19.0.0/dbhome_1

[oratest@oracle ~]$ cd /app/oracle/product/19.0.0/dbhome_1

[oratest@oracle ~]$pwd
/u01/app/oracle/product/19.0.0/dbhome_1
[oratest@oracle ~]$ mv OPatch/ OPatch_BKP

[oratest@oracle ~]$ unzip p6880880_200000_Linux-x86-64.zip
Archive: p6880880_200000_Linux-x86-64.zip
creating: OPatch/
inflating: OPatch/emdpatch.pl
creating: OPatch/oracle_common/
creating: OPatch/oracle_common/modules/
inflating: OPatch/oracle_common/modules/com.oracle.glcm.common-logging_1.6.5.0.jar
inflating: OPatch/oracle_common/modules/common-logging-config.jar
creating: OPatch/oplan/

[oratest@oracle]$ cd OPatch
[oratest@oracle OPatch]$ ./opatch version
OPatch Version: 12.2.0.1.27
OPatch succeeded.

Step:-4 Check Patches status before applying using the below query

SET LINESIZE 500
SET PAGESIZE 1000
SET SERVEROUT ON
SET LONG 2000000
COLUMN action_time FORMAT A12
COLUMN action FORMAT A10
COLUMN comments FORMAT A30
COLUMN description FORMAT A60
COLUMN namespace FORMAT A20
COLUMN status FORMAT A10

SELECT TO_CHAR(action_time, ‘YYYY-MM-DD’) AS action_time,action,status,
description,patch_id FROM sys.dba_registry_sqlpatch ORDER by action_time;

Identifying Invalid Objects before patching

SQL> select owner,object_type,object_name,status from dba_objects 
where status='INVALID'; no row selected.

Step:-5  Apply RU patch on ORACLE_HOME 19c

[oracle@oraem01 soft]$ unzip p31771877_190000_Linux-x86-64.zip
[oracle@oraem01 soft]$ 31771877
[oratest@oracle 31771877]$ export ORACLE_HOME=/u01/app/oracle/product/19.0.0/dbhome_1

[oratest@oracle 31771877]$ 
export PATH=/u01/app/oracle/product/19.0.0/dbhome_1/OPatch:$PATH

Step – 6:- Apply opatch

[oratest@oracle 31771877]$  opatch apply
Oracle Interim Patch Installer version 12.2.0.1.27
Copyright (c) 2021, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/19.0.0/dbhome_1
Central Inventory : /u01/app/oraInventory
   from           : /u01/app/oracle/product/19.0.0/dbhome_1/oraInst.loc
OPatch version    : 12.2.0.1.27
OUI version       : 12.2.0.7.0
Log file location : /u01/app/oracle/product/19.0.0/dbhome_1/cfgtoollogs/
opatch/opatch2021-10-21_12-48-42PM_1.log Verifying environment and performing prerequisite checks... OPatch continues with these patches: 31771877 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/product/19.0.0/dbhome_1') Is the local system ready for patching? [y|n] y User Responded with: Y Backing up files... Applying interim patch '31771877' to OH '/u01/app/oracle/product/19.0.0/dbhome_1' ApplySession: Optional component(s) [ oracle.network.gsm, 19.0.0.0.0 ] ,
[ oracle.rdbms.ic, 19.0.0.0.0 ] , [ oracle.rdbms.tg4db2, 19.0.0.0.0 ] ,
[ oracle.tfa, 19.0.0.0.0 ] , [ oracle.options.olap.awm, 19.0.0.0.0 ] ,
[ oracle.net.cman, 19.0.0.0.0 ] , [ oracle.xdk.companion, 19.0.0.0.0 ] ,
[ oracle.oraolap.mgmt, 19.0.0.0.0 ] , [ oracle.network.cman, 19.0.0.0.0 ] ,
[ oracle.options.olap, 19.0.0.0.0 ] , [ oracle.assistants.usm, 19.0.0.0.0 ] ,
[ oracle.assistants.asm, 19.0.0.0.0 ] , [ oracle.sqlj, 19.0.0.0.0 ] ,
[oracle.jdk, 1.8.0.191.0] not present in the Oracle Home or a higher version is found. Patching component oracle.rdbms.rsf, 19.0.0.0.0... Patching component oracle.rdbms, 19.0.0.0.0... Patching component oracle.rdbms.util, 19.0.0.0.0... Patching component oracle.assistants.acf, 19.0.0.0.0... Patching component oracle.assistants.deconfig, 19.0.0.0.0... Patching component oracle.assistants.server, 19.0.0.0.0... Patching component oracle.buildtools.rsf, 19.0.0.0.0... Patching component oracle.ctx, 19.0.0.0.0... Patching component oracle.dbjava.ic, 19.0.0.0.0... Patching component oracle.dbjava.jdbc, 19.0.0.0.0... Patching component oracle.dbjava.ucp, 19.0.0.0.0... Patching component oracle.dbtoolslistener, 19.0.0.0.0... Patching component oracle.ldap.rsf, 19.0.0.0.0... Patching component oracle.network.rsf, 19.0.0.0.0... Patching component oracle.oracore.rsf, 19.0.0.0.0... Patching component oracle.rdbms.dbscripts, 19.0.0.0.0... Patching component oracle.rdbms.deconfig, 19.0.0.0.0... Patching component oracle.sdo, 19.0.0.0.0... Patching component oracle.sdo.locator.jrf, 19.0.0.0.0... Patching component oracle.sqlplus, 19.0.0.0.0... Patching component oracle.usm.deconfig, 19.0.0.0.0... Patching component oracle.rdbms.crs, 19.0.0.0.0... Patching component oracle.oraolap, 19.0.0.0.0... Patching component oracle.precomp.rsf, 19.0.0.0.0... Patching component oracle.javavm.client, 19.0.0.0.0... Patching component oracle.precomp.common.core, 19.0.0.0.0... Patching component oracle.network.client, 19.0.0.0.0... Patching component oracle.rdbms.scheduler, 19.0.0.0.0... Patching component oracle.ctx.atg, 19.0.0.0.0... Patching component oracle.marvel, 19.0.0.0.0... Patching component oracle.oraolap.dbscripts, 19.0.0.0.0... Patching component oracle.ovm, 19.0.0.0.0... Patching component oracle.bali.ice, 11.1.1.7.0... Patching component oracle.ctx.rsf, 19.0.0.0.0... Patching component oracle.rdbms.lbac, 19.0.0.0.0... Patching component oracle.rdbms.oci, 19.0.0.0.0... Patching component oracle.odbc, 19.0.0.0.0... Patching component oracle.rdbms.rman, 19.0.0.0.0... Patching component oracle.nlsrtl.rsf, 19.0.0.0.0... Patching component oracle.rdbms.install.plugins, 19.0.0.0.0... Patching component oracle.rdbms.drdaas, 19.0.0.0.0... Patching component oracle.ldap.rsf.ic, 19.0.0.0.0... Patching component oracle.ldap.security.osdt, 19.0.0.0 Patching component oracle.dbdev, 19.0.0.0.0... Patching component oracle.rdbms.install.common, 19.0.0.0.0... Patching component oracle.sdo.locator, 19.0.0.0.0... Patching component oracle.duma, 19.0.0.0.0... Patching component oracle.sqlplus.ic, 19.0.0.0.0... Patching component oracle.xdk.rsf, 19.0.0.0.0... Patching component oracle.xdk.parser.java, 19.0.0.0.0... Patching component oracle.rdbms.rsf.ic, 19.0.0.0.0... Patching component oracle.precomp.common, 19.0.0.0.0... Patching component oracle.precomp.lang, 19.0.0.0.0... Patching component oracle.jdk, 1.8.0.201.0... Patch 31771877 successfully applied. Sub-set patch [29517242] has become inactive due to the application of a super-set
patch [31771877]. Please refer to Doc ID 2161861.1 for any possible further required actions. Log file location: /u01/app/oracle/product/19.0.0/dbhome_1/cfgtoollogs/opatch/
opatch2021-10-21_12-48-42PM_1.log OPatch succeeded.

Step – 7 – Run the Below Commands

SQL> select owner from all_objects where status='INVALID';
no rows selected
SQL> @?/rdbms/admin/utlrp.sql
Session altered.
TIMESTAMP
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
COMP_TIMESTAMP UTLRP_BGN              2021-10-21 13:20:37
DOC>   The following PL/SQL block invokes UTL_RECOMP to recompile invalid
DOC>   objects in the database. Recompilation time is proportional to the
DOC>   number of invalid objects in the database, so this command may take
DOC>   a long time to execute on a database with a large number of invalid
DOC>   objects.
DOC>
DOC>   Use the following queries to track recompilation progress:
DOC>
DOC>   1. Query returning the number of invalid objects remaining. This
DOC>      number should decrease with time.
DOC>         SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
DOC>
DOC>   2. Query returning the number of objects compiled so far. This number
DOC>      should increase with time.
DOC>         SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
DOC>
DOC>   This script automatically chooses serial or parallel recompilation
DOC>   based on the number of CPUs available (parameter cpu_count) multiplied
DOC>   by the number of threads per CPU (parameter parallel_threads_per_cpu).
DOC>   On RAC, this number is added across all RAC nodes.
DOC>
DOC>   UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
DOC>   recompilation. Jobs are created without instance affinity so that they
DOC>   can migrate across RAC nodes. Use the following queries to verify
DOC>   whether UTL_RECOMP jobs are being created and run correctly:
DOC>
DOC>   1. Query showing jobs created by UTL_RECOMP
DOC>         SELECT job_name FROM dba_scheduler_jobs
DOC>            WHERE job_name like 'UTL_RECOMP_SLAVE_%';
DOC>
DOC>   2. Query showing UTL_RECOMP jobs that are running
DOC>         SELECT job_name FROM dba_scheduler_running_jobs
DOC>            WHERE job_name like 'UTL_RECOMP_SLAVE_%';
DOC>#
PL/SQL procedure successfully completed.
TIMESTAMP
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
COMP_TIMESTAMP UTLRP_END              2021-10-21 13:20:41
DOC> The following query reports the number of invalid objects.
DOC>
DOC> If the number is higher than expected, please examine the error
DOC> messages reported with each object (using SHOW ERRORS) to see if they
DOC> point to system misconfiguration or resource constraints that must be
DOC> fixed before attempting to recompile these objects.
DOC>#
OBJECTS WITH ERRORS
-------------------
                  0
DOC> The following query reports the number of exceptions caught during
DOC> recompilation. If this number is non-zero, please query the error
DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
DOC> are due to misconfiguration or resource constraints that must be
DOC> fixed before objects can compile successfully.
DOC> Note: Typical compilation errors (due to coding errors) are not
DOC>       logged into this table: they go into DBA_ERRORS instead.
DOC>#
ERRORS DURING RECOMPILATION
---------------------------
                          0
Function created.
PL/SQL procedure successfully completed.
Function dropped.
PL/SQL procedure successfully completed.


SQL> select owner from all_objects where status='INVALID';
no rows selected
                         

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter: https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

Patch Oracle Home 19c (19.3 to 19.9)

 

Here I am going to upgrade steps of Oracle Database Home 19c from 19.3 to 19.9 within Oracle Linux 8.2 The patch is 31771877 – Database Release Update 19.9.0.0.201020 Prerequisites:You must use the OPatch utility version 12.2.0.1.19 or later to apply this patch.” from READ ME of the Patch 31771877 Checking current ORACLE_HOME – OPATCH Version:

[oracle@db101:USA] ./opatch version
OPatch Version: 12.2.0.1.17 
OPatch succeeded.

Hope everyone is aware of how to upgrade the opatch utility. We need to take a backup of the existing patch and replace our new downloaded opatch in the ORACLE_HOME location.

Step 1: Install OPatch utility “6880880”:

Backup the Old OPatch utility

[oracle@db101:USA] cd [oracle@db101:USA]ORACLE_HOME
[oracle@db101:USA] mv OPatch/ OPatch_backup

Set up the latest Optach Utility 12.2.0.1.23

[oracle@db101:USA] unzip p6880880_190000_Linux-x86-64.zip
[oracle@db101:USA] ./opatch version
OPatch Version: 12.2.0.1.23 
OPatch succeeded

Step 2: Install the patch 31771877

Stop all services using the Oracle HOME: Databases or Listeners, .. Install the Patch:

[oracle@db101:USA] unzip p31771877_190000_Linux-x86-64.zip
[oracle@db101:USA] cd 31771877/
[oracle@db101:USA] $ORACLE_HOME/OPatch/opatch apply
Oracle Interim Patch Installer version 12.2.0.1.23
Copyright (c) 2020, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle/product/19.0.0/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/19.0.0/db_1/oraInst.loc
OPatch version : 12.2.0.1.23
OUI version : 12.2.0.7.0
Log file location : 
/u01/app/oracle/product/19.0.0/db_1/cfgtoollogs/opatch/opatch2021-02-08_10-46-12AM_1.log
Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 31771877 
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/product/19.0.0/db_1')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files…
Applying interim patch '31771877' to OH '/u01/app/oracle/product/19.0.0/db_1'
ApplySession: Optional component(s) [ oracle.network.gsm, 19.0.0.0.0 ] , 
[ oracle.rdbms.ic, 19.0.0.0.0 ] , [ oracle.rdbms.tg4db2, 19.0.0.0.0 ] ,
 [ oracle.tfa, 19.0.0.0.0 ] , [ oracle.options.olap.awm, 19.0.0.0.0 ] , 
[ oracle.net.cman, 19.0.0.0.0 ] , [ oracle.xdk.companion, 19.0.0.0.0 ] , 
[ oracle.oraolap.mgmt, 19.0.0.0.0 ] , [ oracle.network.cman, 19.0.0.0.0 ] , 
[ oracle.options.olap, 19.0.0.0.0 ] , [ oracle.assistants.usm, 19.0.0.0.0 ] ,
 [ oracle.assistants.asm, 19.0.0.0.0 ] , [ oracle.sqlj, 19.0.0.0.0 ] , 
[ oracle.jdk, 1.8.0.191.0 ] not present in the Oracle Home or a higher version is found.
Patching component oracle.rdbms.rsf, 19.0.0.0.0…
Patching component oracle.rdbms, 19.0.0.0.0…
Patching component oracle.rdbms.util, 19.0.0.0.0…
Patching component oracle.assistants.acf, 19.0.0.0.0…
Patching component oracle.assistants.deconfig, 19.0.0.0.0…
Patching component oracle.assistants.server, 19.0.0.0.0…
Patching component oracle.buildtools.rsf, 19.0.0.0.0…
Patching component oracle.ctx, 19.0.0.0.0…
Patching component oracle.dbjava.ic, 19.0.0.0.0…
Patching component oracle.dbjava.jdbc, 19.0.0.0.0…
Patching component oracle.dbjava.ucp, 19.0.0.0.0…
Patching component oracle.dbtoolslistener, 19.0.0.0.0…
Patching component oracle.ldap.rsf, 19.0.0.0.0…
Patching component oracle.network.rsf, 19.0.0.0.0…
Patching component oracle.oracore.rsf, 19.0.0.0.0…
Patching component oracle.rdbms.dbscripts, 19.0.0.0.0…
Patching component oracle.rdbms.deconfig, 19.0.0.0.0…
Patching component oracle.sdo, 19.0.0.0.0…
Patching component oracle.sdo.locator.jrf, 19.0.0.0.0…
Patching component oracle.sqlplus, 19.0.0.0.0…
Patching component oracle.usm.deconfig, 19.0.0.0.0…
Patching component oracle.rdbms.crs, 19.0.0.0.0…
Patching component oracle.oraolap, 19.0.0.0.0…
Patching component oracle.precomp.rsf, 19.0.0.0.0…
Patching component oracle.javavm.client, 19.0.0.0.0…
Patching component oracle.precomp.common.core, 19.0.0.0.0…
Patching component oracle.network.client, 19.0.0.0.0…
Patching component oracle.rdbms.scheduler, 19.0.0.0.0…
Patching component oracle.ctx.atg, 19.0.0.0.0…
Patching component oracle.marvel, 19.0.0.0.0…
Patching component oracle.oraolap.dbscripts, 19.0.0.0.0…
Patching component oracle.ovm, 19.0.0.0.0…
Patching component oracle.bali.ice, 11.1.1.7.0…
Patching component oracle.ctx.rsf, 19.0.0.0.0…
Patching component oracle.rdbms.lbac, 19.0.0.0.0…
Patching component oracle.rdbms.oci, 19.0.0.0.0…
Patching component oracle.odbc, 19.0.0.0.0…
Patching component oracle.rdbms.rman, 19.0.0.0.0…
Patching component oracle.nlsrtl.rsf, 19.0.0.0.0…
Patching component oracle.rdbms.install.plugins, 19.0.0.0.0…
Patching component oracle.rdbms.drdaas, 19.0.0.0.0…
Patching component oracle.ldap.rsf.ic, 19.0.0.0.0…
Patching component oracle.ldap.security.osdt, 19.0.0.0.0…
Patching component oracle.network.listener, 19.0.0.0.0…
Patching component oracle.ons, 19.0.0.0.0…
Patching component oracle.rdbms.dv, 19.0.0.0.0…
Patching component oracle.javavm.server, 19.0.0.0.0…
Patching component oracle.xdk, 19.0.0.0.0…
Patching component oracle.ldap.owm, 19.0.0.0.0…
Patching component oracle.dbdev, 19.0.0.0.0…
Patching component oracle.rdbms.install.common, 19.0.0.0.0…
Patching component oracle.sdo.locator, 19.0.0.0.0…
Patching component oracle.duma, 19.0.0.0.0…
Patching component oracle.sqlplus.ic, 19.0.0.0.0…
Patching component oracle.xdk.rsf, 19.0.0.0.0…
Patching component oracle.xdk.parser.java, 19.0.0.0.0…
Patching component oracle.rdbms.rsf.ic, 19.0.0.0.0…
Patching component oracle.precomp.common, 19.0.0.0.0…
Patching component oracle.precomp.lang, 19.0.0.0.0…
Patching component oracle.jdk, 1.8.0.201.0…
Patch 31771877 successfully applied.
Sub-set patch [29517242] has become inactive due to the application of a super-set 
patch [31771877].
Please refer to Doc ID 2161861.1 for any possible further required actions.
Log file location: 
/u01/app/oracle/product/19.0.0/db_1/cfgtoollogs/opatch/opatch2021-02-08_10-46-12AM_1.log
OPatch succeeded.
[oracle@db101:USA 31771877]

Step 3: Check the upgrade:

[oracle@db101:USA 31771877]$ORACLE_HOME/OPatch/opatch lsinventory
Oracle Interim Patch Installer version 12.2.0.1.23
Copyright (c) 2020, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle/product/19.0.0/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/19.0.0/db_1/oraInst.loc
OPatch version : 12.2.0.1.23
OUI version : 12.2.0.7.0
Log file location : 
/u01/app/oracle/product/19.0.0/db_1/cfgtoollogs/opatch/opatch2021-02-08_10-53-14AM_1.log
Lsinventory Output file location : /u01/app/oracle/product/19.0.0/db_1/
cfgtoollogs/opatch/lsinv/lsinventory2021-02-08_10-53-14AM.txt
Local Machine Information::
Hostname: db101.oracle.com
ARU platform id: 226
ARU platform description:: Linux x86-64
Installed Top-level Products (1):
Oracle Database 19c 19.0.0.0.0
There are 1 products installed in this Oracle Home.
Interim patches (2) :
Patch 31771877 : applied on Mon Jan 18 10:47:31 CET 2021
Unique Patch ID: 23869227
Patch description: "Database Release Update : 19.9.0.0.201020 (31771877)"
Created on 7 Oct 2020, 21:34:19 hrs PST8PDT
Bugs fixed:
30150710, 31935717, 7391838, 8460502, 8476681, 14735102, 17428816
17468475, 19080742, 19697993, 20313356, 21374587, 21639146, 21888352
21965541, 22580355, 22729345, 22748979, 23294761, 23296836, 23606241
23645975, 23734075, 23763462, 24596874, 24669730, 24687075, 24833686
24971456, 25030027, 25092651, 25093917, 25404117, 25416731, 25560538
25756945, 25804387, 25806201, 25809128, 25883179, 25905368, 25986062
25997810, 26001677, 26284288, 26352615, 26440142, 26476244, 26499997
26611353, 26668264, 26739322, 26777814, 26819036, 26872233, 27036163
27044169, 27101798, 27126122, 27126938, 27166935, 27195935, 27221350
27244999, 27254335, 27260704, 27261477, 27359766, 27369515, 27378053
27392968, 27406105, 27411022, 27423500, 27439716, 27453490, 27458357
27489107, 27582210, 27589260, 27629928, 27666312, 27692173, 27700413
27710072, 27729678, 27745728, 27801144, 27828892, 27846298, 27873364
27880025, 27929509, 27934711, 27935464, 27941110, 27957203, 27967484
28064977, 28072567, 28078186, 28092783, 28104176, 28109326, 28125947
28129791, 28138847, 28144569, 28181021, 28189466, 28204262, 28205555
28209985, 28210681, 28263142, 28271258, 28271693, 28276054, 28279456
28294563, 28313275, 28319114, 28322973, 28326928, 28350595, 28371123
28373960, 28375383, 28379065, 28381939, 28386259, 28390273, 28395302
28397317, 28402823, 28406374, 28410431, 28431445, 28435333, 28436414
28442896, 28454215, 28463226, 28475242, 28482048, 28484299, 28489419
28492006, 28498976, 28502773, 28504631, 28513333, 28521330, 28530171
28534475, 28535127, 28537481, 28538439, 28541606, 28542455, 28546290
28547068, 28547926, 28558645, 28561704, 28564479, 28565296, 28567417
28567819, 28569897, 28572407, 28572533, 28572544, 28572667, 28572834
28578945, 28587723, 28589509, 28593682, 28594086, 28597221, 28601957
28602253, 28605066, 28606598, 28608211, 28612239, 28618343, 28620697
28622202, 28625862, 28627033, 28628592, 28632796, 28636532, 28639299
28642899, 28643583, 28643654, 28643718, 28644549, 28645570, 28646200
28646939, 28649388, 28655209, 28661333, 28663289, 28663782, 28672457
28673945, 28681153, 28689483, 28690694, 28692103, 28692275, 28694639
28694872, 28696373, 28697526, 28703812, 28705231, 28707931, 28708400
28709063, 28710385, 28710469, 28710734, 28714461, 28715655, 28715727
28718469, 28719348, 28720204, 28720418, 28721497, 28722229, 28730079
28734355, 28740708, 28740799, 28742555, 28745367, 28749853, 28752923
28755011, 28758722, 28760206, 28765983, 28767240, 28769456, 28771947
28772390, 28774416, 28776431, 28776811, 28777214, 28778754, 28781599
28781754, 28785531, 28789531, 28791852, 28793062, 28794230, 28795551
28795734, 28802734, 28804517, 28805242, 28808314, 28808656, 28810381
28811560, 28813931, 28815123, 28815355, 28817449, 28819640, 28820669
28821847, 28824482, 28827682, 28831971, 28833912, 28835937, 28836716
28838385, 28844738, 28845346, 28846759, 28849776, 28850084, 28854004
28854733, 28855520, 28855922, 28857552, 28861861, 28862532, 28863263
28863432, 28863487, 28865569, 28867698, 28867992, 28872645, 28873575
28875089, 28876253, 28876639, 28876926, 28878865, 28882784, 28884931
28887305, 28888327, 28889389, 28889730, 28892794, 28897512, 28899663
28900506, 28901126, 28905390, 28905457, 28905615, 28907196, 28910498
28910586, 28912691, 28915561, 28917080, 28918429, 28919145, 28921844
28922227, 28922532, 28922608, 28925634, 28925880, 28927452, 28928462
28932914, 28933158, 28935293, 28936114, 28937717, 28938422, 28938698
28940179, 28940281, 28941901, 28942455, 28945421, 28945994, 28946233
28948554, 28949888, 28950868, 28951533, 28952168, 28954762, 28955606
28955883, 28956908, 28957292, 28957723, 28958088, 28959493, 28960863
28962775, 28965084, 28965095, 28965231, 28965376, 28966444, 28974083
28974999, 28977322, 28981871, 28983095, 28983486, 28984313, 28985478
28986207, 28986231, 28986257, 28986326, 28986481, 28986696, 28988482
28988864, 28989306, 28993295, 28993353, 28994307, 28994542, 28996376
29000000, 29001305, 29001888, 29002488, 29002784, 29002927, 29003407
29003738, 29006318, 29006621, 29007321, 29007353, 29007775, 29008035
29008669, 29009513, 29010126, 29010517, 29011936, 29012609, 29013475
29013832, 29014076, 29015118, 29017265, 29018655, 29019121, 29021063
29021352, 29022986, 29024054, 29024448, 29024552, 29024732, 29026582
29026606, 29027456, 29027694, 29027940, 29031575, 29031600, 29032234
29032276, 29032457, 29032607, 29033052, 29033145, 29033200, 29033280
29034587, 29036278, 29037290, 29038528, 29038728, 29039089, 29039510
29040739, 29041739, 29041775, 29043554, 29043651, 29043725, 29044086
29044763, 29044954, 29046482, 29047850, 29048178, 29048289, 29048498
29048605, 29048728, 29049673, 29050357, 29050560, 29050765, 29050886
29051263, 29051702, 29051953, 29052726, 29053783, 29055644, 29056024
29056270, 29056560, 29056767, 29056894, 29059011, 29060216, 29061016
29061959, 29062692, 29062848, 29062860, 29062868, 29110526, 29110783
29110790, 29110797, 29110802, 29110805, 29111598, 29113282, 29113305
29115857, 29117526, 29117642, 29118543, 29119077, 29120223, 29122224
29122254, 29122367, 29123297, 29123432, 29123482, 29124368, 29125036
29125374, 29125380, 29126345, 29127957, 29128693, 29128935, 29129450
29129497, 29129691, 29129712, 29130219, 29131539, 29132869, 29132938
29133470, 29134447, 29135383, 29135649, 29136111, 29138641, 29139070
29139761, 29139956, 29141316, 29141341, 29141685, 29141886, 29142609
29142667, 29143516, 29144995, 29145214, 29145730, 29146810, 29149829
29150338, 29151520, 29152357, 29154725, 29155099, 29157051, 29157389
29158680, 29158899, 29159909, 29159936, 29160174, 29161597, 29162095
29163073, 29163156, 29163415, 29163437, 29163524, 29163567, 29164376
29165682, 29167111, 29167342, 29167374, 29167940, 29168137, 29168219
29168433, 29169073, 29169215, 29170232, 29171683, 29171942, 29172618
29172826, 29173140, 29173373, 29173817, 29174004, 29174753, 29175638
29176318, 29177466, 29177543, 29177886, 29178385, 29179097, 29180313
29180455, 29180559, 29180721, 29180893, 29181078, 29181153, 29181231
29181620, 29181743, 29181923, 29182019, 29182517, 29182901, 29183912
29184297, 29184666, 29185193, 29186456, 29186605, 29188255, 29189302
29189307, 29189889, 29190235, 29190474, 29190663, 29190740, 29191541
29192419, 29192468, 29192685, 29193207, 29194205, 29194367, 29194493
29194827, 29194981, 29195279, 29195337, 29195758, 29196725, 29198092
29198913, 29199635, 29199733, 29200316, 29200700, 29201494, 29201539
29201787, 29202104, 29202461, 29202850, 29203122, 29203166, 29203227
29203425, 29203443, 29203604, 29205281, 29205323, 29205419, 29205463
29205767, 29205918, 29206109, 29206605, 29207073, 29208260, 29208732
29211457, 29211724, 29212012, 29212433, 29212611, 29213320, 29213351
29213613, 29213775, 29213850, 29213879, 29214561, 29214960, 29216312
29216723, 29216746, 29216984, 29217294, 29217472, 29217828, 29217848
29218570, 29219205, 29219273, 29220079, 29221248, 29221891, 29221942
29222031, 29222784, 29223833, 29223859, 29223967, 29224065, 29224605
29225076, 29225168, 29225758, 29227602, 29228869, 29229164, 29229754
29229844, 29229955, 29230252, 29230565, 29231133, 29232117, 29232154
29232449, 29232653, 29233415, 29233810, 29233953, 29234123, 29236573
29237538, 29237575, 29237744, 29240307, 29240668, 29240759, 29241345
29241651, 29242017, 29242884, 29243958, 29245063, 29245137, 29245160
29246163, 29247415, 29247712, 29247906, 29248495, 29248552, 29248835
29248858, 29249289, 29249412, 29249991, 29250059, 29250317, 29251259
29253184, 29253871, 29254031, 29254930, 29255178, 29255273, 29255431
29255435, 29255718, 29255973, 29256426, 29259119, 29259320, 29260452
29260956, 29261547, 29261548, 29261906, 29262512, 29262887, 29265448
29266248, 29266899, 29267292, 29268412, 29269171, 29269228, 29269825
29270585, 29273539, 29273570, 29273735, 29273812, 29273847, 29274428
29274564, 29274627, 29275461, 29276272, 29277317, 29278218, 29278684
29279658, 29279751, 29279854, 29281527, 29281691, 29281796, 29282233
29282898, 29285197, 29285503, 29285788, 29285956, 29286037, 29286229
29287130, 29287705, 29290110, 29292837, 29293072, 29293574, 29296257
29297863, 29297915, 29298220, 29299049, 29299082, 29299844, 29301463
29301566, 29302963, 29303918, 29304314, 29304692, 29304781, 29304853
29306226, 29306713, 29307638, 29309698, 29311528, 29311588, 29311927
29312310, 29312672, 29312734, 29312753, 29312889, 29313347, 29313417
29313525, 29314539, 29314636, 29317756, 29318410, 29319441, 29320900
29321489, 29323946, 29324568, 29324735, 29325087, 29325105, 29325257
29325765, 29325993, 29327044, 29327892, 29329042, 29329087, 29329807
29330361, 29331066, 29331209, 29331380, 29331493, 29332292, 29332395
29332763, 29332771, 29333500, 29336843, 29336899, 29337294, 29337310
29337742, 29338315, 29338348, 29338453, 29338780, 29338913, 29339101
29339155, 29341209, 29342099, 29343086, 29343156, 29343861, 29344541
29345937, 29346057, 29346211, 29346943, 29347620, 29348176, 29348358
29350052, 29350712, 29350762, 29350868, 29351044, 29351386, 29351662
29351716, 29351735, 29351749, 29351771, 29352298, 29352724, 29352867
29352947, 29353271, 29353432, 29353718, 29353821, 29353960, 29355654
29356547, 29356704, 29356711, 29356752, 29356782, 29358509, 29358828
29360252, 29360285, 29360672, 29360911, 29360950, 29361319, 29361472
29361801, 29362596, 29363151, 29364171, 29364177, 29366406, 29366940
29367019, 29367561, 29368253, 29368310, 29372069, 29372541, 29372562
29373418, 29373588, 29374179, 29375355, 29375941, 29375984, 29376346
29377804, 29377986, 29378029, 29378287, 29378834, 29378913, 29379750
29379978, 29382641, 29382784, 29382815, 29383695, 29384781, 29384854
29384864, 29385339, 29385429, 29385652, 29386502, 29386557, 29386635
29386660, 29386835, 29387073, 29387274, 29387310, 29387337, 29388020
29388072, 29388094, 29388524, 29388830, 29389408, 29389889, 29390011
29390435, 29390785, 29391030, 29391237, 29391438, 29391849, 29391925
29392554, 29392966, 29393291, 29394014, 29394140, 29394749, 29395657
29397954, 29397996, 29398488, 29398863, 29399046, 29399100, 29399121
29399336, 29399938, 29402131, 29404483, 29405012, 29405462, 29405651
29405996, 29407488, 29407804, 29408853, 29409149, 29409455, 29410311
29410834, 29411037, 29411469, 29412066, 29412269, 29413382, 29413517
29413544, 29413634, 29413956, 29416688, 29416700, 29417084, 29417173
29417719, 29417884, 29418165, 29420254, 29420834, 29421059, 29423003
29423016, 29423156, 29423491, 29423826, 29424999, 29426241, 29426320
29428230, 29429017, 29429087, 29429264, 29429466, 29429566, 29429895
29430524, 29430866, 29431192, 29431485, 29432176, 29434301, 29434869
29435474, 29435652, 29436454, 29436514, 29436522, 29436727, 29437379
29437594, 29437712, 29438150, 29438277, 29438736, 29439522, 29440651
29441196, 29442936, 29443187, 29443250, 29443559, 29444072, 29444282
29444602, 29446319, 29446669, 29448498, 29449477, 29449845, 29449852
29450162, 29450193, 29450421, 29450812, 29450936, 29451386, 29452251
29452576, 29452936, 29452953, 29454450, 29454978, 29455424, 29455773
29456538, 29456714, 29457312, 29457370, 29457502, 29457807, 29457978
29460252, 29461420, 29461791, 29461971, 29462594, 29462767, 29462957
29463047, 29463528, 29463798, 29464616, 29464779, 29465177, 29466674
29467622, 29469563, 29469565, 29470059, 29470291, 29471633, 29471832
29471860, 29472618, 29473708, 29476473, 29477015, 29481584, 29482021
29483452, 29483532, 29483626, 29483672, 29483685, 29483712, 29483723
29483771, 29485099, 29485877, 29486181, 29486848, 29487150, 29487189
29488894, 29489436, 29489546, 29490256, 29492127, 29492939, 29493122
29494245, 29495057, 29495684, 29497311, 29497588, 29497696, 29498198
29500257, 29500826, 29500963, 29501218, 29502561, 29503543, 29503631
29503827, 29504103, 29504492, 29504682, 29505668, 29506942, 29507270
29507616, 29508681, 29509777, 29510278, 29511064, 29511611, 29511980
29512890, 29514479, 29515134, 29515240, 29515476, 29515766, 29515834
29516300, 29516727, 29516766, 29517168, 29517883, 29519131, 29521187
29521688, 29521748, 29521862, 29522358, 29522561, 29522662, 29523055
29523216, 29523511, 29524599, 29524985, 29525366, 29525467, 29525886
29526966, 29527595, 29527610, 29528368, 29529147, 29530440, 29530515
29530812, 29530909, 29531654, 29531836, 29532532, 29536342, 29536445
29537829, 29538631, 29541742, 29541769, 29541973, 29542084, 29542449
29542580, 29542643, 29543034, 29543956, 29544552, 29546817, 29547010
29547867, 29548413, 29548427, 29548592, 29548687, 29548722, 29549040
29549071, 29549104, 29549154, 29549730, 29552402, 29552773, 29553141
29554092, 29555105, 29557144, 29557261, 29557336, 29557556, 29558238
29558452, 29558975, 29559187, 29559395, 29559446, 29559908, 29559981
29564592, 29564593, 29565611, 29579919, 29580394, 29580983, 29581771
29584261, 29584693, 29586143, 29587299, 29587765, 29588732, 29589544
29591343, 29592011, 29592215, 29597536, 29597754, 29598039, 29598046
29598226, 29598233, 29599008, 29599300, 29601461, 29602831, 29603460
29603884, 29604002, 29604257, 29606261, 29607136, 29607797, 29608000
29608023, 29610506, 29611020, 29611991, 29614206, 29614987, 29615824
29616244, 29616414, 29618074, 29618190, 29620042, 29622936, 29623323
29623592, 29624124, 29625065, 29625804, 29625876, 29626154, 29626732
29628200, 29629430, 29629650, 29629681, 29629745, 29631749, 29632095
29632265, 29632611, 29633697, 29633753, 29633936, 29634643, 29635427
29635717, 29635990, 29637362, 29637526, 29637560, 29638285, 29641736
29643721, 29644426, 29644464, 29645167, 29645349, 29647176, 29647770
29648928, 29651183, 29651520, 29652809, 29653132, 29653246, 29655164
29655668, 29656400, 29656819, 29656843, 29657399, 29657422, 29657744
29657960, 29658056, 29661028, 29661065, 29661722, 29663191, 29663368
29663494, 29663601, 29664087, 29664161, 29665168, 29665940, 29667527
29667994, 29668005, 29669413, 29670782, 29671363, 29672507, 29675446
29676089, 29677051, 29677173, 29677733, 29677927, 29679856, 29681987
29683039, 29683211, 29684518, 29685137, 29685276, 29687214, 29687220
29687459, 29687718, 29687727, 29687763, 29688867, 29689145, 29689255
29692694, 29694869, 29695425, 29695821, 29695841, 29695964, 29696310
29700125, 29700460, 29700770, 29701720, 29703932, 29705793, 29707099
29707493, 29707896, 29708353, 29708876, 29708915, 29710188, 29710858
29713810, 29715220, 29715703, 29716194, 29716227, 29716491, 29716602
29716871, 29717659, 29717901, 29719146, 29720133, 29721418, 29721576
29722167, 29724658, 29725476, 29725781, 29726695, 29738374, 29738400
29739576, 29741319, 29741976, 29742223, 29744225, 29744400, 29745288
29746962, 29747493, 29747648, 29747653, 29748285, 29748336, 29748513
29749471, 29750673, 29751094, 29753244, 29754196, 29754951, 29755821
29756274, 29756444, 29757099, 29757264, 29757651, 29757687, 29758203
29758217, 29758661, 29761678, 29761837, 29761911, 29763158, 29765035
29765393, 29766207, 29766435, 29766503, 29766679, 29768487, 29768899
29769901, 29770750, 29771032, 29771242, 29773197, 29773205, 29773842
29775393, 29779196, 29780140, 29782211, 29782823, 29782866, 29784106
29785239, 29785311, 29787292, 29787766, 29789911, 29791152, 29791880
29792213, 29792433, 29793318, 29794174, 29794462, 29795712, 29795957
29796335, 29796378, 29797209, 29797726, 29802382, 29802695, 29804875
29805368, 29805772, 29806390, 29807964, 29809792, 29809837, 29812084
29812489, 29813503, 29813650, 29813671, 29815341, 29815713, 29817278
29817547, 29817784, 29821130, 29821582, 29822714, 29825525, 29827647
29827852, 29828644, 29831196, 29833984, 29834506, 29836096, 29838337
29838485, 29838773, 29839715, 29840619, 29841267, 29841687, 29843277
29843692, 29843831, 29844131, 29844226, 29844275, 29845530, 29846126
29846645, 29846688, 29848084, 29848849, 29849100, 29850930, 29851733
29853485, 29856859, 29858121, 29858376, 29859068, 29860994, 29861075
29864203, 29864261, 29865188, 29865590, 29865658, 29869086, 29869149
29869404, 29869887, 29869906, 29870065, 29871098, 29871312, 29871360
29872401, 29872937, 29872983, 29873665, 29874090, 29874761, 29875459
29875565, 29876358, 29876989, 29877608, 29878076, 29881050, 29881478
29881575, 29881643, 29881839, 29882427, 29882454, 29882729, 29884958
29885182, 29885890, 29886809, 29887045, 29887111, 29888621, 29889184
29889358, 29890740, 29891075, 29891853, 29891916, 29892604, 29893132
29896510, 29897418, 29897863, 29900203, 29900824, 29901419, 29902299
29902327, 29902330, 29902659, 29903190, 29903299, 29903357, 29903454
29904002, 29906678, 29907942, 29908389, 29908777, 29909658, 29910402
29912286, 29913805, 29913966, 29914449, 29914544, 29915217, 29915848
29916975, 29919789, 29920025, 29920376, 29920804, 29921318, 29922225
29922461, 29923452, 29924181, 29926466, 29927756, 29928210, 29928340
29928427, 29928564, 29930457, 29932202, 29932430, 29932780, 29934052
29935685, 29937565, 29937655, 29937956, 29938225, 29939400, 29939795
29940373, 29941062, 29942096, 29942554, 29943670, 29943879, 29944035
29944159, 29944660, 29944963, 29945645, 29946388, 29947145, 29948165
29950220, 29951620, 29951759, 29956016, 29956222, 29957412, 29957493
29958925, 29960884, 29961353, 29961609, 29961847, 29962160, 29962248
29962834, 29962927, 29962939, 29965052, 29965603, 29965888, 29966768
29967223, 29968085, 29969557, 29970081, 29970298, 29971027, 29971481
29971888, 29971936, 29971951, 29972176, 29973012, 29989783, 29989845
29991257, 29993717, 29997326, 29997553, 30000664, 30001331, 30003187
30006159, 30006985, 30007450, 30007797, 30008125, 30008198, 30008214
30009710, 30012181, 30015070, 30017836, 30018017, 30018903, 30019864
30024618, 30025814, 30026016, 30027614, 30028599, 30029519, 30029806
30031027, 30032376, 30033040, 30033547, 30034456, 30035598, 30036258
30038392, 30039800, 30039959, 30040157, 30041501, 30041514, 30042490
30043398, 30043610, 30043930, 30044108, 30044507, 30045389, 30045484
30046497, 30047531, 30047702, 30047765, 30047931, 30048688, 30049966
30051176, 30051783, 30051804, 30052928, 30053036, 30053501, 30053748
30054980, 30056058, 30057718, 30057799, 30058149, 30058453, 30059106
30059109, 30060267, 30060330, 30062364, 30062819, 30064268, 30066352
30067565, 30068384, 30068871, 30071446, 30072905, 30073314, 30073744
30074296, 30074349, 30074469, 30074472, 30074820, 30075037, 30076058
30076197, 30076253, 30076604, 30078675, 30078934, 30079949, 30080266
30081546, 30081580, 30082145, 30083100, 30083216, 30083488, 30083807
30084971, 30085897, 30086596, 30086992, 30090568, 30092280, 30092859
30095591, 30095952, 30097092, 30097115, 30098251, 30099302, 30099420
30099454, 30100354, 30101186, 30103551, 30103553, 30104378, 30104555
30106748, 30109365, 30110224, 30110370, 30110518, 30114477, 30114489
30114534, 30116085, 30116203, 30116854, 30117209, 30117335, 30117469
30117593, 30118261, 30118279, 30120608, 30122583, 30125765, 30126145
30127145, 30127522, 30127805, 30127904, 30128047, 30130240, 30131286
30131645, 30132708, 30133841, 30135396, 30135731, 30135942, 30136346
30139392, 30142907, 30143470, 30143593, 30146593, 30146969, 30147473
30147928, 30148999, 30149035, 30149658, 30150606, 30153552, 30153885
30154633, 30155241, 30155814, 30155837, 30159329, 30159511, 30159536
30159752, 30159760, 30161094, 30163243, 30164714, 30165493, 30165503
30165897, 30167787, 30169254, 30170104, 30172925, 30173113, 30173556
30174401, 30175291, 30177597, 30178250, 30178839, 30178990, 30179644
30180208, 30180643, 30181756, 30182498, 30183696, 30183715, 30183920
30184102, 30185852, 30186319, 30186476, 30186706, 30187866, 30189516
30190090, 30191274, 30192691, 30193165, 30193505, 30193736, 30194612
30194710, 30194972, 30195667, 30195668, 30195684, 30196195, 30196358
30196629, 30198861, 30198905, 30199890, 30200034, 30200132, 30200237
30200680, 30200758, 30202349, 30202388, 30203929, 30204042, 30204542
30206493, 30206675, 30207473, 30208327, 30208723, 30209736, 30210884
30213031, 30213540, 30215130, 30215302, 30215351, 30217206, 30217562
30217982, 30218044, 30218317, 30219222, 30221237, 30221298, 30222512
30223712, 30223847, 30224650, 30224868, 30224950, 30225265, 30225439
30225443, 30225718, 30225844, 30226244, 30228567, 30229683, 30232638
30235919, 30235979, 30236554, 30237477, 30238211, 30238715, 30239480
30240010, 30240547, 30240930, 30241567, 30241807, 30241920, 30242120
30242724, 30243216, 30244340, 30246053, 30246179, 30247305, 30249432
30251003, 30252005, 30252098, 30252156, 30252458, 30252977, 30253035
30253090, 30253608, 30253705, 30253835, 30254206, 30254525, 30254576
30254726, 30255143, 30255528, 30256542, 30257412, 30257908, 30260595
30264405, 30265523, 30265608, 30265615, 30265703, 30266791, 30267155
30269428, 30269748, 30270647, 30270744, 30271114, 30272329, 30274090
30274188, 30274324, 30274662, 30275548, 30275569, 30275578, 30276243
30277120, 30277451, 30277589, 30277733, 30281428, 30282501, 30282591
30283296, 30283577, 30283579, 30283581, 30283932, 30284219, 30284369
30285457, 30285540, 30285843, 30288343, 30288491, 30289074, 30289458
30293345, 30294267, 30294671, 30295110, 30295137, 30295549, 30295790
30295808, 30297905, 30299367, 30299817, 30299934, 30300030, 30300342
30300363, 30300538, 30305264, 30305395, 30305568, 30305880, 30307814
30307883, 30308368, 30308624, 30308772, 30308947, 30309098, 30309798
30311826, 30312094, 30312546, 30313848, 30313989, 30314079, 30314198
30314837, 30316667, 30316897, 30317209, 30318638, 30318943, 30319080
30319099, 30320029, 30322980, 30323658, 30323849, 30324180, 30325407
30326882, 30327149, 30328168, 30328690, 30329209, 30330123, 30331356
30331759, 30332505, 30334484, 30334563, 30335127, 30335832, 30335987
30336032, 30336742, 30339103, 30341713, 30342371, 30342878, 30344614
30345201, 30345432, 30345809, 30346330, 30346867, 30347410, 30349714
30350543, 30352581, 30352623, 30352715, 30355490, 30357463, 30357897
30360383, 30362003, 30362850, 30363088, 30363716, 30364329, 30364613
30365745, 30367193, 30368048, 30368482, 30368534, 30368668, 30371264
30371623, 30371909, 30372081, 30373419, 30373550, 30374345, 30374570
30374739, 30375109, 30376986, 30377347, 30381207, 30381525, 30382982
30383286, 30384121, 30384152, 30387666, 30389229, 30389414, 30389507
30391272, 30392011, 30392987, 30393110, 30393653, 30394738, 30394974
30396946, 30397100, 30398257, 30398422, 30399906, 30402386, 30403763
30403881, 30403902, 30403989, 30404117, 30404153, 30406709, 30408515
30408808, 30409207, 30409339, 30409590, 30412188, 30412863, 30412885
30412921, 30413137, 30413294, 30414491, 30414679, 30414714, 30416034
30416603, 30417648, 30417732, 30419024, 30421204, 30421439, 30421476
30421706, 30422487, 30423135, 30423218, 30424347, 30430921, 30431274
30431504, 30431698, 30431703, 30431717, 30431867, 30433177, 30437149
30441687, 30441959, 30442266, 30442749, 30442884, 30443393, 30446583
30447060, 30447589, 30448182, 30448917, 30449194, 30449837, 30450787
30453442, 30454090, 30457633, 30458568, 30458593, 30460922, 30461458
30463938, 30464250, 30464655, 30466081, 30469777, 30472891, 30473634
30474167, 30474774, 30475115, 30476768, 30477588, 30477685, 30477691
30477767, 30479252, 30479715, 30480872, 30483065, 30483140, 30483521
30484042, 30484801, 30485255, 30486436, 30487387, 30490014, 30490578
30493518, 30495035, 30495078, 30495133, 30495483, 30496957, 30497057
30497765, 30498824, 30500224, 30500297, 30500344, 30500582, 30501574
30502415, 30503943, 30505497, 30506794, 30506991, 30507032, 30509277
30510347, 30510527, 30513285, 30513848, 30515886, 30516868, 30517214
30517516, 30519188, 30522285, 30522998, 30523137, 30523538, 30523601
30523750, 30528547, 30528704, 30528935, 30529940, 30532811, 30533132
30534351, 30534549, 30534827, 30537405, 30537533, 30539519, 30540109
30540407, 30544247, 30544595, 30544629, 30545281, 30545556, 30549255
30549637, 30549789, 30549881, 30551000, 30551123, 30554178, 30556581
30556807, 30557386, 30559252, 30560365, 30560513, 30561590, 30561737
30564139, 30564343, 30565805, 30573236, 30573703, 30576112, 30576393
30576853, 30577071, 30577591, 30578221, 30579051, 30580813, 30581448
30582221, 30582500, 30588738, 30591028, 30592859, 30593046, 30595114
30595860, 30596488, 30598682, 30598746, 30598919, 30599405, 30599407
30600173, 30600184, 30602230, 30602828, 30605215, 30606345, 30606451
30609799, 30610667, 30611603, 30612199, 30613937, 30613971, 30614411
30619525, 30619787, 30620805, 30621255, 30622528, 30623138, 30623142
30624792, 30624864, 30625121, 30628899, 30629643, 30629799, 30631393
30631523, 30633259, 30633938, 30635183, 30635302, 30635326, 30637270
30637319, 30641755, 30641900, 30644889, 30647133, 30650404, 30651231
30651621, 30651674, 30652515, 30652853, 30654558, 30655906, 30657365
30657624, 30657706, 30657875, 30658533, 30658555, 30658702, 30660412
30661939, 30662651, 30662736, 30663646, 30668407, 30670584, 30671720
30671813, 30674959, 30676209, 30679595, 30679771, 30681462, 30681516
30686131, 30687047, 30690686, 30691604, 30691731, 30691857, 30692462
30692473, 30694947, 30696566, 30698289, 30703610, 30704826, 30708735
30710807, 30711370, 30714151, 30714715, 30716863, 30718841, 30718862
30719419, 30720736, 30720844, 30722705, 30723671, 30724679, 30724881
30727701, 30729278, 30729604, 30730026, 30732711, 30734707, 30735153
30735736, 30740669, 30740997, 30741263, 30749644, 30749722, 30750991
30751521, 30751968, 30755348, 30758943, 30761878, 30763272, 30763305
30763639, 30763754, 30764663, 30765486, 30769312, 30770717, 30773164
30773797, 30776416, 30776929, 30777759, 30778855, 30779240, 30781032
30781041, 30782414, 30783551, 30785101, 30786655, 30789904, 30790441
30801296, 30801510, 30803210, 30807723, 30808869, 30812574, 30814266
30814285, 30815852, 30816760, 30816938, 30821297, 30823744, 30825391
30825419, 30825656, 30826474, 30828350, 30829779, 30832775, 30833454
30834110, 30835853, 30838605, 30844839, 30847442, 30848097, 30848773
30851951, 30856358, 30857501, 30857721, 30858919, 30861988, 30865805
30866141, 30866988, 30869131, 30870439, 30871716, 30871792, 30873527
30880774, 30880913, 30881407, 30883785, 30883877, 30886188, 30887501
30887777, 30889723, 30890720, 30890971, 30896620, 30904672, 30906274
30906407, 30909918, 30910264, 30913399, 30914272, 30914674, 30919691
30919804, 30922936, 30922996, 30923517, 30923597, 30923940, 30927821
30930339, 30936831, 30937340, 30937410, 30939307, 30939934, 30940259
30940868, 30941056, 30944643, 30945005, 30946072, 30946876, 30952104
30952191, 30953266, 30953836, 30957739, 30964194, 30965649, 30968737
30968781, 30970518, 30972841, 30972887, 30972966, 30973113, 30973137
30973143, 30973698, 30978554, 30980317, 30980733, 30981240, 30985027
30987088, 30990034, 30992597, 30993198, 30994996, 30996991, 30997375
30998759, 30998847, 31001017, 31001455, 31001859, 31003659, 31004077
31004719, 31004844, 31008240, 31008907, 31009680, 31010976, 31013127
31015330, 31016413, 31019249, 31021157, 31021324, 31021542, 31022858
31025859, 31026220, 31028986, 31029936, 31031955, 31032904, 31034794
31035916, 31038220, 31039627, 31039928, 31042208, 31043483, 31051075
31056909, 31061482, 31061504, 31062010, 31066250, 31066265, 31066554
31067892, 31071080, 31077117, 31077365, 31079204, 31080474, 31084921
31086869, 31092129, 31094688, 31097760, 31100172, 31103065, 31104809
31106577, 31109506, 31113089, 31113249, 31115502, 31118809, 31119057
31124914, 31134430, 31141792, 31153120, 31153485, 31155634, 31156383
31163379, 31172207, 31177193, 31178103, 31180519, 31182159, 31182793
31188038, 31192039, 31193936, 31194264, 31200845, 31201001, 31202536
31208287, 31214119, 31215438, 31217946, 31219975, 31220912, 31221454
31222780, 31223382, 31228670, 31234765, 31249406, 31254297, 31254535
31258101, 31265773, 31292298, 31301460, 31305624, 31306248, 31309867
31312976, 31315876, 31321092, 31325584, 31326608, 31331354, 31334606
31338249, 31338673, 31383396, 31386394, 31387443, 31393600, 31394365
31401831, 31414023, 31414524, 31417192, 31429770, 31430722, 31431005
31433092, 31455597, 31475635, 31477424, 31486557, 31500971, 31509279
31513011, 31523548, 31527103, 31536731, 31537521, 31544097, 31570161
31591384, 31591400, 31591409, 31600023, 31609974, 31628753, 31658464
31668061, 31672605, 31683044, 31718134, 31718346, 31747989, 31758846
31781897, 31792615, 31796208, 31796277, 31820859, 31833172, 31867037
31876368, 31886547, 31888148, 31897786, 31905033
Patch 29585399 : applied on Mon Feb 08 08:21:33 CET 2021
Unique Patch ID: 22840393
Patch description: "OCW RELEASE UPDATE 19.3.0.0.0 (29585399)"
Created on 9 Apr 2019, 19:12:47 hrs PST8PDT
Bugs fixed:
27222128, 27572040, 27604329, 27760043, 27877830, 28302580, 28470673
28621543, 28642469, 28699321, 28710663, 28755846, 28772816, 28785321
28800508, 28808652, 28815557, 28847541, 28847572, 28870496, 28871040
28874416, 28877252, 28881191, 28881848, 28888083, 28911140, 28925250
28925460, 28935956, 28940472, 3, 28942694, 28951332, 28963036, 28968779
28980448, 28995287, 29003207, 29003617, 29016294, 29018680, 29024876
29026154, 29027933, 29047127, 29052850, 29058476, 29111631, 29112455
29117337, 29123444, 29125708, 29125786, 29129476, 29131772, 29132456
29139727, 29146157, 29147849, 29149170, 29152603, 29152752, 29154631
29154636, 29154829, 29159216, 29159661, 29160462, 29161923, 29169540
29169739, 29170717, 29173618, 29181568, 29182920, 29183298, 29186091
29191827, 29201143, 29201695, 29209545, 29210577, 29210610, 29210624
29210683, 29213641, 29219627, 29224294, 29225861, 29229839, 29235934
29242906, 29243749, 29244495, 29244766, 29244968, 29248723, 29249583
29251564, 29255616, 29260224, 29261695, 29271019, 29273360, 29282090
29282666, 29285453, 29285621, 29290235, 29292232, 29293806, 29294753
29299830, 29307090, 29307109, 29311336, 29329675, 29330791, 29339299
29357821, 29360467, 29360775, 29367971, 29368725, 29379299, 29379381
29380527, 29381000, 29382296, 29391301, 29393649, 29402110, 29411931
29413360, 29457319, 29465047

OPatch succeeded.

Now Its upgraded to Oracle Database Home 19.9 version. Thank you for giving your valuable time to read the above information. If you want to be updated with all our articles send us the Invitation or Follow us: Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/ LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/ Facebook Page: https://www.facebook.com/Oracleagent-344577549964301 Ramkumar’s Twitter : https://twitter.com/ramkuma02877110 Ramkumar’s Telegram: https://t.me/oracleageant Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8  

Apply Patching On Oracle 19c Database Release Update- January 2021

DESCRIPTION

This article we are going to see steps to apply the latest Oracle 19c Database Release Update Patch 32218454

Sep 1 : DOWNLOAD THE PATCH FROM ORACLE SUPPORT

Sep 2 : CHECK THE CURRENT OPTACH VERSION IN THE DATABASE

[oracle@localhost ~]$ export PATH=/u01/app/oracle/product/19.0.0/OPatch:$PATH
[oracle@localhost ~]$ opatch version
OPatch Version: 12.2.0.1.17

OPatch succeeded.
[oracle@localhost ~]$

Sep 3 : MOVE THE PATCH TO ORACLE HOME LOCATION

[oracle@localhost ~]$ cd Desktop/
[oracle@localhost Desktop]$ ls
LINUX.X64_193000_db_home.zip p32218454_190000_Linux-x86-64.zip VMwareTools-10.0.6-3595377.tar.gz
[oracle@localhost Desktop]$ mv p32218454_190000_Linux-x86-64.zip /u01/app/oracle/product/19.0.0/

NOTE:We need to Upgrade Opatch from “12.2.0.1.17 to 12.2.0.1.23” for applying Patch “32218454”.

Sep 4 : UNZIP THE DOWNLOADED OPATCH

oracle@localhost Desktop]$ mv p6880880_190000_Linux-x86-64.zip /u01/app/oracle/product/19.0.0/
[oracle@localhost Desktop]$ cd
[oracle@localhost ~]$ cd /u01/app/oracle/product/19.0.0/
[oracle@localhost 19.0.0]$ unzip p6880880_190000_Linux-x86-64.zip

Archive: p6880880_190000_LINUX.zip

replace OPatch/emdpatch.pl? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
inflating: OPatch/emdpatch.pl
inflating: OPatch/oracle_common/modules/com.oracle.glcm.common-logging_1.6.5.0.jar
inflating: OPatch/oracle_common/modules/common-logging-config.jar
inflating: OPatch/oplan/oplan
inflating: OPatch/datapatch

Continues

inflating: OPatch/modules/thirdparty/jackson-databind-2.10.2.jar
inflating: OPatch/modules/thirdparty/jackson-annotations-2.10.2.jar

[oracle@localhost 19.0.0]$ export ORACLE_HOME=/u01/app/oracle/product/19.0.0/
[oracle@localhost 19.0.0]$ export PATH=/u01/app/oracle/product/19.0.0/OPatch:$PATH
[oracle@localhost 19.0.0]$ opatch version
OPatch Version: 12.2.0.1.23

OPatch succeeded.
[oracle@localhost 19.0.0]$

Sep 5 : BEFORE APPLYING THE PATCH CHECK THE STATUS

SQL> col comp_id for a10
col version for a11
col status for a10
col comp_name for a37
select comp_id,comp_name,version,status from dba_registry;

Sep 6 : SHUTDOWN DATABASE AND LISTENER

SQL> shut immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 – Production
Version 19.3.0.0.0
[oracle@localhost scripts]$ cd
[oracle@localhost ~]$ cd /u01/app/oracle/product/19.0.0
[oracle@localhost 19.0.0]$ lsnrctl stop

LSNRCTL for Linux: Version 19.0.0.0.0 – Production on 27-JAN-2021 18:14:07

Copyright (c) 1991, 2019, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
[oracle@localhost 19.0.0]$
The command completed successfully

Sep 7 : APPLY RU PATCH ON ORACLE_HOME 19C

[oracle@localhost 19.0.0]$ cd 32218454/
[oracle@localhost 32218454]$ opatch apply
Oracle Interim Patch Installer version 12.2.0.1.23
Copyright (c) 2021, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/19.0.0
Central Inventory : /u01/app/oracle/product/19.0.0/oraInventory
from : /u01/app/oracle/product/19.0.0//oraInst.loc
OPatch version : 12.2.0.1.23
OUI version : 12.2.0.7.0
Log file location : /u01/app/oracle/product/19.0.0/cfgtoollogs/opatch/opatch2021-01-27_18-46-39PM_1.log

Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 32218454
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/product/19.0.0’)
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files…
Patching component oracle.network.client, 19.0.0.0.0…
Patching component oracle.rdbms.rsf.ic, 19.0.0.0.0…
Patching component oracle.precomp.common, 19.0.0.0.0…
Patching component oracle.precomp.lang, 19.0.0.0.0…
Patching component oracle.jdk, 1.8.0.201.0…
Patch 32218454 successfully applied.
Sub-set patch [29517242] has become inactive due to the application of a super-set patch [32218454].
Please refer to Doc ID 2161861.1 for any possible further required actions.
Log file location: /u01/app/oracle/product/19.0.0/cfgtoollogs/opatch/opatch2021-01-27_18-46-39PM_1.log
OPatch succeeded.

Sep 8 : STARTUP THE DATABASE AND LISTENER

[oracle@localhost ~]$ cd scripts/
[oracle@localhost scripts]$ . ora19c.env
[oracle@localhost scripts]$ lsnrctl start

LSNRCTL for Linux: Version 19.0.0.0.0 – Production on 27-JAN-2021 19:12:28
Copyright (c) 1991, 2020, Oracle. All rights reserved.
Starting /u01/app/oracle/product/19.0.0/bin/tnslsnr: please wait…
TNSLSNR for Linux: Version 19.0.0.0.0 – Production
System parameter file is /u01/app/oracle/product/19.0.0/network/admin/listener.ora
Log messages written to /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1522)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
STATUS of the LISTENER
————————
Alias LISTENER
Version TNSLSNR for Linux: Version 19.0.0.0.0 – Production
Start Date 27-JAN-2021 19:12:30
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/19.0.0/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
Listening Endpoints Summary…
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1522)))
The listener supports no services
The command completed successfully

SQL> startup
ORACLE instance started.

Total System Global Area 3019895280 bytes
Fixed Size 8901104 bytes
Variable Size 620756992 bytes
Database Buffers 2382364672 bytes
Redo Buffers 7872512 bytes
Database mounted.
Database opened.
SQL>

[oracle@localhost OPatch]$ ./datapatch -verbose
SQL Patching tool version 19.10.0.0.0 Production on Wed Jan 27 19:47:50 2021
Copyright (c) 2012, 2020, Oracle. All rights reserved.

Log file for this invocation: /u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_18910_2021_01_27_19_47_50/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:
No interim patches found
Current state of release update SQL patches:
Binary registry:
19.10.0.0.0 Release_Update 210108185017: Installed
SQL registry:
Applied 19.3.0.0.0 Release_Update 190410122720 successfully on 27-JAN-21 05.00.33.668766 PM
Adding patches to installation queue and performing prereq checks…done
Installation queue:
No interim patches need to be rolled back
Patch 32218454 (Database Release Update : 19.10.0.0.210119 (32218454)):
Apply from 19.3.0.0.0 Release_Update 190410122720 to 19.10.0.0.0 Release_Update 210108185017
No interim patches need to be applied
Installing patches…

Sep 9 : AFTER APPLYING RU PATCH,CHECK THE DBA_REGISTRY_SQLPATCH

SQL>col comp_id for a10
col version for a11
col status for a10
col comp_name for a37
select comp_id,comp_name,version,status from dba_registry;

Sep 9 : USING BELOW QUERY, WE CAN VERIFY DESCRIPTION,STATUS OF APPLIED PATCH
COLUMN action_time FORMAT A10
COLUMN status FORMAT A30
COLUMN description FORMAT A30
SELECT action_time,action,status,description,patch_id from dba_registry_sqlpatch;

Sep 10 : CHECK OPATCH LSINVENTORY AND LIST OF PATCHES APPLIED.

[oracle@localhost ~]$ export ORACLE_HOME=/u01/app/oracle/product/19.0.0/
[oracle@localhost ~]$ export PATH=/u01/app/oracle/product/19.0.0/OPatch:$PATH
[oracle@localhost ~]$ opatch lspatches
32218454;Database Release Update : 19.10.0.0.210119 (32218454)
29585399;OCW RELEASE UPDATE 19.3.0.0.0 (29585399)

OPatch succeeded.
[oracle@localhost ~]$

Sep 11 : AFTER THE EXECUTION OF DATAPATCH SHOULD RUN UTLRP.SQL TO CLEAR INVALID OBJECT.

SQL> @?/rdbms/admin/utlrp.sql

CHECK THE ACTION & PATCHID IN DBA_REGISTRY_SQLPATCH

Thank you for giving your valuable time to read the above information.
If you want to be updated with all our articles send us the Invitation or Follow us:
Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter : https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

Oracle Critical Patch Update for January 2021

ORACLE DATABASE PATCHING – JANUARY 2021 UPDATE

The Critical Patch Update for January 2021 was released on January 19, 2021. Oracle strongly recommends applying the patches as soon as possible.

In this document we are going to see how to download and apply Jan 2021 patch.

ORACLE DATABASE PATCHING – JANUARY 2021 UPDATE

Search and download patch from oracle support site.

Go to Dashboard and then Patches and Updates.

Once window will open and it will ask for the product, release and the platform as shown below.

we need to choose 32228578 PATCH

Click on the download option to download the patch. As well as download the read me file. From there you will get an idea to moving forward.

MOVE THE DOWNLOADED PATCH TO ORACLE_HOME LOCATION

UNZIP THE PATCH – To get the updated opatch version

[oracle@trichy PATCH2021]$ unzip p32228578_122010_Linux-x86-64.zip

RUN THE PRE REQ BEFORE APPLYING THE PATCH

[oracle@trichy PATCH2021]$ $ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph ./

Oracle Interim Patch Installer version 12.2.0.1.19

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.19

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_10-21-26AM_1.log

Invoking prereq “checkconflictagainstohwithdetail”

Prereq “checkConflictAgainstOHWithDetail” passed.

OPatch succeeded.

[oracle@trichy 32228578]$ $ORACLE_HOME/OPatch/opatch prereq CheckActiveFilesAndExecutables -ph ./

Oracle Interim Patch Installer version 12.2.0.1.19

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.19

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_10-23-55AM_1.log

Invoking prereq “checkactivefilesandexecutables”

Prereq “checkActiveFilesAndExecutables” for patch 32228578 passed.

OPatch succeeded.

SHUTDOWN DATABASE AND THE LISTENER.

SQL> shutdown

Database closed.

Database dismounted.

ORACLE instance shut down.

[oracle@trichy PATCH2021]$ lsnrctl stop

LSNRCTL for Linux: Version 12.2.0.1.0 – Production on 20-JAN-2021 10:53:22

Copyright (c) 1991, 2016, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.22)(PORT=1537)))

The command completed successfully.

 

GO TO THE PATCH FOLDER AND APPLY THE PATCH.

BEFORE APPLYING PATCH EXPORT THE PATH OF OPATCH FOLDER.

 

[oracle@trichy ~]$ cd /u01/PATCH2021/32228578/

[oracle@trichy 32228578]$ export PATH=/u01/app/oracle/product/12.2.0.1/db_1/OPatch:$PATH

[oracle@trichy 32228578]$ opatch version

OPatch Version: 12.2.0.1.19

OPatch succeeded.

[oracle@trichy 32228578]$ opatch apply

Oracle Interim Patch Installer version 12.2.0.1.19

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.19

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_11-45-30AM_1.log

Verifying environment and performing prerequisite checks…

Prerequisite check “CheckMinimumOPatchVersion” failed.

The details are:

The OPatch being used has version 12.2.0.1.19 while the following patch(es) require higher versions:

Patch 32228578 requires OPatch version 12.2.0.1.23.

Please download latest OPatch from My Oracle Support.

UtilSession failed: Prerequisite check “CheckMinimumOPatchVersion” failed.

Log file location: /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_11-45-30AM_1.log

OPatch failed with error code 73

CHECK THE OPATCH VERSION USING BELOW COMMAND – This patch requires a updated Opatch version.

DOWNLOAD LATEST VERSION OF OPATCH TO APPLY THE RECENT PATCH

[oracle@trichy OPATCH]$ ll

total 119552

drwxr-x—. 15 oracle oinstall      4096 Nov  6 01:20 OPatch

-rwxrw-rw-.  1 oracle oinstall 122415188 Jan 20 11:58 p6880880_200000_LINUX.zip

UNZIP THE OPATCH

[oracle@trichy OPATCH]$ unzip p6880880_200000_LINUX.zip

inflating: OPatch/auto/core/modules/legacyoui/com.oracle.cie.comdev_7.8.5.0.jar

inflating: OPatch/auto/core/modules/legacyoui/com.oracle.cie.gdr-schema_1.8.5.0.jar

inflating: OPatch/auto/core/modules/legacyoui/legacyoui.classpath.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.patch.opatchauto-actions_13.9.4.5.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.automation_13.9.1.0.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.validation_13.9.1.0.jar

creating: OPatch/auto/core/modules/features/

inflating: OPatch/auto/core/modules/features/oracle.glcm.opatchauto.core.binary.classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.opatchauto.core.classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.oplan.core.classpath.jar

inflating: OPatch/auto/core/modules/features/opatchauto-binary-classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.osys.core.classpath.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.utils_13.9.1.0.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.patch.opatchauto-binary_13.9.4.5.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.model_13.9.1.0.jar

creating: OPatch/auto/dbsessioninfo/

inflating: OPatch/auto/dbsessioninfo/README.txt

creating: OPatch/private/

inflating: OPatch/private/commons-compress-1.19.jar

inflating: OPatch/opatch_env.sh

inflating: OPatch/opatchauto

inflating: OPatch/operr

inflating: OPatch/opatchauto.cmd

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.validation_13.9.1.0.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.opatchauto.core.binary.classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.opatchauto.core.classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.oplan.core.classpath.jar

inflating: OPatch/auto/core/modules/features/opatchauto-binary-classpath.jar

inflating: OPatch/auto/core/modules/features/oracle.glcm.osys.core.classpath.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.utils_13.9.1.0.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.patch.opatchauto-binary_13.9.4.5.jar

inflating: OPatch/auto/core/modules/com.oracle.glcm.osyscore.model_13.9.1.0.jar

inflating: OPatch/auto/dbsessioninfo/README.txt

creating: OPatch/private/

inflating: OPatch/private/commons-compress-1.19.jar

inflating: OPatch/opatch_env.sh

inflating: OPatch/opatchauto

inflating: OPatch/operr

inflating: OPatch/opatchauto.cmd

[oracle@trichy OPatch]$ $ORACLE_HOME/OPatch/opatch version

OPatch Version: 12.2.0.1.23

OPatch succeeded.

 

CHECK AND VERIFY THE INVENTORY FOR THE LATEST APPLIED PATCH. IT WILL SHOW THE LATEST APPLIED PATCH

 

[oracle@trichy 32228578]$ $ORACLE_HOME/OPatch/opatch prereq CheckActiveFilesAndExecutables -ph ./

Oracle Interim Patch Installer version 12.2.0.1.23

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.23

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_14-23-55PM_1.log

Invoking prereq “checkactivefilesandexecutables”

Prereq “checkActiveFilesAndExecutables” for patch 32228578 passed.

OPatch succeeded.

 

ONCE OPATCH IS VERIFIED PROCEED START APPLY PATCH 32228578: DATABASE JAN 2021 RELEASE UPDATE 12.2.0.1.23

 

[oracle@trichy 32228578]$ opatch apply

Oracle Interim Patch Installer version 12.2.0.1.23

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.23

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_14-27-38PM_1.log

 

Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 32228578

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/product/12.2.0/db_1_2’)

Is the local system ready for patching? [y|n]

y

User Responded with: Y

Backing up files…

Applying interim patch ‘32228578’to OH ‘/u01/app/oracle/product/12.2.0/db_1_2’

ApplySession: Optional component(s) [ oracle.swd.oui, 12.2.0.1.0 ] , [ oracle.oid.client,

12.2.0.1.0 ] , [ oracle.has.crs, 12.2.0.1.0 ] , [ oracle.rdbms.drdaas, 12.2.0.1.0 ] , [

oracle.ons.daemon, 12.2.0.1.0 ] , [ oracle.network.cman, 12.2.0.1.0 ] not present in the

Oracle Home or a higher version is found.

Patching component oracle.rdbms.rsf, 12.2.0.1.0…

Patching component oracle.rdbms, 12.2.0.1.0…

Patching component oracle.rdbms.util, 12.2.0.1.0…

Patching component oracle.network.rsf, 12.2.0.1.0…

Patching component oracle.ctx, 12.2.0.1.0…

Patching component oracle.ctx.rsf, 12.2.0.1.0…

Patching component oracle.has.common.cvu, 12.2.0.1.0…

Patching component oracle.ldap.rsf, 12.2.0.1.0…

Patching component oracle.rdbms.dbscripts, 12.2.0.1.0…

Patching component oracle.rdbms.deconfig, 12.2.0.1.0…

Patching component oracle.rdbms.rsf.ic, 12.2.0.1.0…Patching component oracle.sdo, 12.2.0.1.0…

Patching component oracle.sdo.locator, 12.2.0.1.0…

Patching component oracle.tfa, 12.2.0.1.0…

Patching component oracle.xdk.parser.java, 12.2.0.1.0…

Patching component oracle.rdbms.dv, 12.2.0.1.0…

Patching component oracle.precomp.rsf, 12.2.0.1.0…

Patching component oracle.rdbms.crs, 12.2.0.1.0…

Patching component oracle.rdbms.rman, 12.2.0.1.0…

Patching component oracle.rdbms.install.plugins, 12.2.0.1.0…

Patching component oracle.sqlplus, 12.2.0.1.0…

Patching component oracle.ons, 12.2.0.1.0…

Patching component oracle.oraolap, 12.2.0.1.0…

Patching component oracle.xdk.rsf, 12.2.0.1.0…

Patching component oracle.xdk, 12.2.0.1.0…

Patching component oracle.rdbms.lbac, 12.2.0.1.0…

Patching component oracle.sqlplus.ic, 12.2.0.1.0…

Patching component oracle.assistants.server, 12.2.0.1.0…

Patching component oracle.nlsrtl.rsf, 12.2.0.1.0…

Patching component oracle.assistants.deconfig, 12.2.0.1.0…

Patching component oracle.ldap.rsf.ic, 12.2.0.1.0…

Patching component oracle.ldap.client, 12.2.0.1.0…

Patching component oracle.assistants.acf, 12.2.0.1.0…

Patching component oracle.rdbms.oci, 12.2.0.1.0…

Patching component oracle.install.deinstalltool, 12.2.0.1.0…

Patching component oracle.oracore.rsf, 12.2.0.1.0…

Patching component oracle.precomp.lang, 12.2.0.1.0…

Patching component oracle.precomp.common, 12.2.0.1.0…

Patching component oracle.jdk, 1.8.0.91.0…

Patch 32228578successfully applied.

Log file location: /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_14-27-38PM_1.log

OPatch succeeded.

 

CHECK AND VERIFY THE INVENTORY FOR THE LATEST APPLIED PATCH.

IT WILL SHOW YOU THE LATEST APPLIED PATCH

[oracle@trichy32228578]$ opatch lsinventory|grep “Patch description”

Patch description:  “Database Jan 2021 Release Update : 12.2.0.1.210119 (32228578)”

 

GET DETAILED INFO USING OPATCH LSINVENTORY

 

[oracle@trichy32228578]$ opatch lsinventory

Oracle Interim Patch Installer version 12.2.0.1.23

Copyright (c) 2021, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/12.2.0.1/db_1

Central Inventory : /u01/app/oraInventory

from           : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc

OPatch version    : 12.2.0.1.23

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-20_14-49-13PM_1.log

Lsinventory Output file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/lsinv/lsinventory2021-01-20_14-49-13PM.txt


Local Machine Information::

Hostname: localhost

ARU platform id: 226

ARU platform description:: Linux x86-64

Installed Top-level Products (1):

Oracle Database 12c                                                  12.2.0.1.0

There are 1 products installed in this Oracle Home.

Interim patches (1) :

Patch  32228578     : applied on Wed Jan 20 14:47:29 IST 2021

Unique Patch ID:  24008225

Patch description:  “Database Jan 2021 Release Update : 12.2.0.1.210119 (32228578)”

Created on 9 Jan 2021, 06:42:05 hrs PST8PDT

Bugs fixed:

7391838, 8480838, 8932139, 8975044, 12763598, 13554903, 14221306

14690846, 15931756, 16002385, 16438495, 16727454, 16942578, 17027695

17533661, 17947871, 17958365, 18308268, 18521691, 18594510, 18774543

18878420, 18986501, 19072655, 19211433, 19285025, 19327292, 19526548

19614243, 19647894, 19649997, 19702201, 19721304, 20003668, 20087519

20118035, 20120236, 20324049, 20436508, 20532077, 20549013, 20588486

20591151, 20617383, 20620169, 20736227, 20756305, 20866970, 20917487

20976443, 21070321, 21089435, 21095391, 21143725, 21147908, 21159907

21178363, 21186167, 21197098, 21216226, 21320338, 21355390, 21433452

21479706, 21517767, 21520266, 21547051, 21638600, 21744603, 21788462

21837606, 21882528, 21935698, 21962287, 21981529, 21985256, 22007324

22070226, 22070473, 22070853, 22072543, 22087683, 22104866, 22107360

22174392, 22179537, 22282748, 22310426, 22347493, 22363790, 22364044

22367053, 22379010, 22446455, 22454940, 22468255, 22495673, 22503283

22503297, 22504793, 22522515, 22530986, 22564336, 22568728, 22581771

22594071, 22599050, 22628825, 22645009, 22645496, 22654475, 22700845

22726044, 22729345, 22820798, 22826067, 22843979, 22845846, 22864303

22898198, 22921674, 22939829, 22950945, 22970869, 22981722, 23018676

23019710, 23026585, 23035249, 23055900, 23056058, 23061453, 23065002

23066146, 23080557, 23104033, 23105538, 23109325, 23110523, 23125560

23126545, 23127945, 23143074, 23151677, 23168363, 23169712, 23177923

23179662, 23184263, 23197730, 23234232, 23237091, 23249829, 23271203

23278750, 23281269, 23282973, 23300142, 23306590, 23308065, 23310101

23312077, 23328639, 23333567, 23336559, 23342170, 23481673, 23491861

23499004, 23499160, 23521523, 23527363, 23533647, 23548817, 23567857

23572982, 23581777, 23588722, 23599216, 23600861, 23602213, 23645516

23665623, 23709062, 23715460, 23715518, 23730961, 23733981, 23735292

23738304, 23741944, 23743596, 23746128, 23749454, 23761724, 23763462

24006569, 24010030, 24289874, 24289895, 24294174, 24303148, 24307571

24308349, 24326444, 24326846, 24328857, 24330708, 24332831, 24334708

24336249, 24337882, 24341675, 24343905, 24345420, 24346821, 24348685

24350620, 24352981, 24355111, 24357348, 24368004, 24371491, 24373528

24373756, 24374976, 24376875, 24376878, 24383086, 24385983, 24401351

24403922, 24409977, 24415926, 24416451, 24421668, 24423416, 24425056

24425998, 24432875, 24435982, 24437162, 24440612, 24440648, 24443539

24445571, 24457597, 24460392, 24461826, 24467122, 24468470, 24470606

24471079, 24471473, 24473736, 24484749, 24485034, 24485161, 24485174

24485619, 24486059, 24486237, 24509056, 24516314, 24530364, 24534401

24554533, 24555417, 24556862, 24556967, 24560906, 24563422, 24570214

24570598, 24573817, 24578718, 24578797, 24588377, 24589081, 24589590

24591506, 24593740, 24595699, 24596874, 24600330, 24609592, 24609996

24611527, 24616637, 24617969, 24623975, 24624166, 24642495, 24654629

24655717, 24664211, 24668398, 24669189, 24669730, 24674197, 24674955

24676172, 24677696, 24680959, 24687075, 24689376, 24692973, 24693010

24693290, 24697323, 24699619, 24710696, 24713381, 24714096, 24717183

24717859, 24718260, 24719799, 24735430, 24737064, 24737403, 24737581

24737954, 24739791, 24744383, 24744686, 24752618, 24757934, 24759556

24760407, 24763196, 24764085, 24766309, 24784414, 24786669, 24791883

24792678, 24793511, 24796092, 24797119, 24798481, 24800423, 24801152

24802934, 24808504, 24811725, 24812047, 24818566, 24827228, 24827654

24831514, 24835919, 24841671, 24843188, 24844549, 24844841, 24845157

24848746, 24848923, 24850622, 24907917, 24908063, 24908321, 24911709

24912588, 24920582, 24921478, 24922704, 24923080, 24923215, 24923338

24923790, 24924667, 24926999, 24929210, 24938784, 24940060, 24942749

24953434, 24957555, 24960044, 24960809, 24965426, 24966594, 24966788

24967993, 24968162, 24976007, 24978100, 25022574, 25027852, 25028996

25029022, 25029423, 25031502, 25032818, 25034396, 25036006, 25036474

25042823, 25044977, 25045228, 25050160, 25051465, 25051628, 25054064

25057811, 25058080, 25060506, 25062592, 25063971, 25065563, 25072986

25077278, 25078611, 25086233, 25087436, 25091141, 25092777, 25093872

25095982, 25098160, 25099339, 25099497, 25099758, 25100063, 25100579

25103996, 25107662, 25110233, 25114561, 25115178, 25120284, 25120668

25120742, 25121089, 25123585, 25124363, 25129925, 25130312, 25140197

25145163, 25145215, 25150925, 25159176, 25162645, 25164293, 25166187

25171041, 25171084, 25175723, 25176408, 25178032, 25178101, 25178179

25179774, 25182817, 25184453, 25184555, 25186079, 25189723, 25191872

25192044, 25192528, 25192729, 25195901, 25199585, 25200101, 25201454

25202355, 25203656, 25205368, 25205954, 25206864, 25207410, 25209912

25210268, 25210499, 25210690, 25211628, 25219450, 25223839, 25224242

25225795, 25226665, 25227381, 25230870, 25230945, 25237577, 25240188

25240590, 25241448, 25241625, 25244807, 25248384, 25250109, 25251648

25257085, 25259611, 25262869, 25263960, 25265499, 25269133, 25283790

25287072, 25293659, 25296876, 25299227, 25299807, 25300427, 25303284

25303756, 25305405, 25307368, 25309116, 25313154, 25313411, 25316758

25317989, 25320555, 25323525, 25328093, 25328518, 25329664, 25335249

25335360, 25335790, 25337332, 25337640, 25348567, 25348956, 25353983

25356118, 25357142, 25360661, 25362958, 25367588, 25367721, 25382812

25383204, 25384462, 25386748, 25388573, 25388896, 25392535, 25393714

25395696, 25397936, 25398306, 25404117, 25404202, 25405100, 25405687

25405813, 25410017, 25410180, 25410802, 25410877, 25411036, 25415713

25416731, 25417050, 25417056, 25417958, 25425005, 25425451, 25425760

25427662, 25429959, 25430120, 25433696, 25435038, 25437699, 25440818

25442559, 25444961, 25445168, 25451531, 25452452, 25455795, 25457409

25459958, 25462714, 25463844, 25472112, 25472885, 25476125, 25476149

25477657, 25478885, 25479164, 25481087, 25482971, 25486384, 25489342

25489367, 25489607, 25492379, 25498930, 25498994, 25516250, 25524955

25528838, 25530080, 25530814, 25535668, 25536819, 25537470, 25539063

25540738, 25546580, 25546608, 25547901, 25551676, 25553616, 25554787

25555252, 25557886, 25558986, 25560487, 25560538, 25561296, 25569149

25569504, 25570929, 25573623, 25575348, 25575369, 25575628, 25576115

25579458, 25579761, 25591394, 25594901, 25597525, 25598473, 25599425

25600342, 25600421, 25601999, 25602488, 25603923, 25606091, 25607726

25612095, 25614866, 25616268, 25616359, 25616417, 25616645, 25631933

25633101, 25634317, 25634348, 25635149, 25638456, 25639019, 25643818

25643889, 25643931, 25646373, 25647325, 25648731, 25653109, 25654459

25654936, 25655390, 25655966, 25659655, 25660847, 25661819, 25662088

25662101, 25662524, 25663488, 25667973, 25669791, 25670786, 25671354

25672640, 25674386, 25680221, 25685152, 25686739, 25687460, 25691904

25694206, 25695903, 25696520, 25699321, 25700654, 25709368, 25710420

25715167, 25717371, 25722055, 25722608, 25722720, 25723097, 25723158

25728085, 25729507, 25730014, 25734963, 25736747, 25739065, 25740844

25741955, 25743479, 25747569, 25749273, 25752755, 25754606, 25756945

25757697, 25757748, 25760195, 25762221, 25764020, 25766822, 25768681

25772669, 25774077, 25775213, 25775444, 25780343, 25783447, 25784002

25785331, 25785441, 25788879, 25789041, 25789277, 25789579, 25790353

25792911, 25795865, 25797092, 25797124, 25797305, 25800464, 25802510

25803364, 25803545, 25807997, 25809524, 25810263, 25810704, 25811650

25812390, 25813931, 25818707, 25822410, 25823532, 25823754, 25824372

25825910, 25826740, 25830492, 25832935, 25834581, 25835365, 25838361

25838755, 25852885, 25856821, 25858672, 25861398, 25865785, 25866948

25870579, 25871177, 25871639, 25871753, 25872127, 25872389, 25873336

25874050, 25874678, 25882264, 25883438, 25885148, 25888073, 25888984

25890002, 25890056, 25890673, 25890782, 25894239, 25895224, 25897615

25898228, 25904273, 25904490, 25905130, 25906117, 25906886, 25908728

25911724, 25914276, 25919622, 25932524, 25932728, 25933494, 25941836

25942868, 25943271, 25945130, 25947799, 25951571, 25953857, 25954022

25954054, 25957038, 25963024, 25964954, 25967544, 25967985, 25970731

25971286, 25972417, 25973152, 25975723, 25977302, 25980605, 25980770

25981498, 25982666, 25986062, 25990907, 25995938, 25997810, 26006257

26007010, 26019148, 26024732, 26024784, 26025681, 26029075, 26029777

26029780, 26032573, 26034119, 26036748, 26037215, 26038086, 26039623

26040483, 26045732, 26051656, 26078437, 26078493, 26080410, 26083298

26087754, 26088426, 26088836, 26089669, 26090767, 26090893, 26091640

26091786, 26095327, 26095405, 26096382, 26108080, 26108337, 26110259

26110632, 26111842, 26112621, 26115103, 26121990, 26124078, 26130486

26137367, 26137416, 26138085, 26145560, 26149904, 26153372, 26153977

26168933, 26169341, 26169345, 26170659, 26170715, 26176002, 26187943

26189861, 26198757, 26198926, 26201113, 26203182, 26223039, 26237338

26237431, 26237773, 26238195, 26242031, 26242677, 26243698, 26244115

26245237, 26248143, 26249718, 26256131, 26257953, 26259265, 26261327

26263328, 26263721, 26268756, 26269790, 26271001, 26274660, 26275023

26275415, 26277439, 26281476, 26285062, 26285933, 26301540, 26308650

26309047, 26317991, 26318200, 26318627, 26323308, 26324206, 26324769

26325856, 26327418, 26327624, 26327775, 26330994, 26331743, 26333141

26334602, 26336977, 26338953, 26351334, 26351996, 26353617, 26354844

26356098, 26358670, 26359091, 26362155, 26362821, 26366517, 26367012

26367460, 26371725, 26373967, 26374791, 26375052, 26375250, 26375330

26380097, 26385189, 26386858, 26388538, 26396790, 26398675, 26399626

26399691, 26399839, 26405036, 26406387, 26407408, 26410240, 26412540

26418088, 26420561, 26421667, 26422277, 26423085, 26426526, 26426967

26430323, 26430737, 26434436, 26434999, 26435073, 26436168, 26438612

26439748, 26440142, 26440169, 26440749, 26441345, 26442308, 26444601

26444887, 26446098, 26452606, 26474662, 26474703, 26475419, 26476090

26476244, 26478970, 26479173, 26482376, 26486365, 26492666, 26492866

26493289, 26498354, 26513067, 26513709, 26521043, 26522439, 26523432

26526726, 26526799, 26536320, 26537307, 26542135, 26542236, 26542835

26544823, 26545688, 26546070, 26546664, 26546754, 26548363, 26556014

26558437, 26569225, 26575788, 26580633, 26582460, 26584641, 26588069

26597140, 26599395, 26608137, 26608238, 26609942, 26615291, 26615690

26617804, 26623652, 26626879, 26629381, 26633355, 26633558, 26635897

26637273, 26637824, 26639167, 26641610, 26641852, 26650226, 26650540

26654363, 26658759, 26659182, 26669550, 26680105, 26712331, 26714486

26714910, 26717528, 26724511, 26725687, 26727397, 26729494, 26729611

26740700, 26743240, 26744595, 26745002, 26751106, 26751171, 26755171

26758193, 26764561, 26765212, 26768025, 26775602, 26784509, 26790923

26794786, 26797591, 26798411, 26798514, 26798516, 26802503, 26816582

26820076, 26822314, 26822620, 26824833, 26828994, 26829845, 26830694

26832296, 26833932, 26837569, 26837702, 26840654, 26844406, 26844870

26849779, 26855855, 26871815, 26875822, 26883456, 26895149, 26896659

26898563, 26907236, 26907327, 26908788, 26909100, 26909504, 26910716

26911000, 26923777, 26939314, 26943004, 26944190, 26947373, 26958896

26963310, 26966616, 26966916, 26967713, 26968670, 26969321, 26970175

26970717, 26981902, 26983259, 26985002, 26986173, 26992964, 26999139

27000158, 27006120, 27006664, 27009164, 27013146, 27028251, 27032785

27033520, 27033652, 27034890, 27036163, 27037839, 27038986, 27039712

27044169, 27044297, 27045634, 27052607, 27056711, 27058530, 27060167

27060859, 27061736, 27072923, 27073314, 27079140, 27079651, 27084613

27087426, 27090765, 27092508, 27093423, 27097854, 27100800, 27101105

27105900, 27106179, 27110878, 27115422, 27117822, 27119621, 27119861

27122162, 27124624, 27125872, 27133662, 27134734, 27135647, 27135993

27138325, 27142120, 27142373, 27142529, 27144928, 27151826, 27153641

27160922, 27161071, 27162390, 27162405, 27163928, 27165231, 27169796

27170305, 27181537, 27181897, 27185188, 27195935, 27199245, 27200959

27202015, 27203055, 27207110, 27207634, 27208795, 27213224, 27216046

27217412, 27223075, 27229389, 27231051, 27234962, 27236722, 27242226

27244337, 27244999, 27248917, 27249531, 27250547, 27251690, 27254335

27255377, 27256000, 27258578, 27259307, 27262945, 27264464, 27266245

27274456, 27274536, 27275533, 27276231, 27283960, 27284499, 27285244

27288638, 27292213, 27293599, 27302711, 27302730, 27303287, 27303938

27304410, 27304906, 27305039, 27308088, 27314206, 27314390, 27314697

27320576, 27321179, 27329612, 27333106, 27334316, 27338912, 27338946

27339115, 27345231, 27346709, 27348081, 27349393, 27350267, 27351628

27359178, 27364854, 27365014, 27367194, 27369515, 27370965, 27375542

27381498, 27383281, 27386467, 27392968, 27393570, 27394703, 27395416

27396624, 27396672, 27396813, 27397048, 27400416, 27400598, 27404573

27404668, 27405645, 27416997, 27423251, 27424405, 27426363, 27432062

27432826, 27433385, 27433870, 27434193, 27439835, 27441326, 27442041

27445727, 27452046, 27457891, 27459593, 27459948, 27466597, 27468303

27486805, 27487919, 27489107, 27493674, 27494663, 27501373, 27501413

27502420, 27504770, 27505229, 27508985, 27510959, 27525909, 27529661

27533780, 27533819, 27534509, 27540613, 27544973, 27548131, 27554074

27555481, 27558861, 27560602, 27562488, 27565906, 27567477, 27576342

27576354, 27587905, 27588271, 27589260, 27593501, 27595973, 27601118

27601441, 27607563, 27611612, 27613080, 27613530, 27613554, 27615649

27617978, 27620808, 27623159, 27629756, 27629928, 27632114, 27634676

27634991, 27645231, 27657712, 27658186, 27666312, 27671633, 27680669

27686599, 27687880, 27688036, 27688099, 27688692, 27691920, 27691939

27693416, 27693713, 27695063, 27698953, 27700466, 27704237, 27709046

27710072, 27717210, 27719000, 27726780, 27729678, 27739006, 27740424

27745728, 27748954, 27751755, 27757567, 27757888, 27758544, 27758653

27758972, 27759077, 27769361, 27779886, 27793533, 27799032, 27801337

27818389, 27819881, 27824540, 27824543, 27825241, 27828794, 27828892

27829295, 27833672, 27834551, 27834569, 27835925, 27837219, 27839353

27839616, 27846298, 27846499, 27847259, 27850112, 27855490, 27861226

27873412, 27882176, 27886087, 27897759, 27898015, 27902561, 27908396

27909478, 27927431, 27929287, 27929509, 27931299, 27935493, 27940876

27945870, 27951817, 27959048, 27959594, 27964513, 27966472, 27967484

27983174, 27986817, 27994325, 27995215, 27995248, 27997875, 27998003

27999073, 27999638, 28000269, 28007516, 28019592, 28022101, 28023081

28023399, 28023482, 28024793, 28025414, 28026866, 28033429, 28040776

28043157, 28045903, 28066655, 28067846, 28071549, 28072383, 28072567

28073470, 28074713, 28079127, 28090453, 28092783, 28098040, 28098160

28099662, 28104176, 28108003, 28111583, 28120036, 28120951, 28124631

28125947, 28129791, 28140658, 28157786, 28164480, 28165439, 28171079

28174827, 28180464, 28181021, 28184554, 28188330, 28190796, 28194173

28199085, 28201419, 28204262, 28209985, 28215510, 28218832, 28220398

28223871, 28226179, 28229360, 28236305, 28238264, 28242712, 28250929

28256164, 28271119, 28276054, 28279837, 28281094, 28282606, 28287484

28290434, 28294563, 28302049, 28305001, 28305362, 28305607, 28309406

28319114, 28320399, 28330714, 28330971, 28350595, 28354603, 28357401

28361221, 28365111, 28369092, 28371123, 28373960, 28375383, 28378446

28384353, 28386259, 28388910, 28389153, 28390273, 28391210, 28396445

28397317, 28401116, 28402823, 28420042, 28420457, 28423598, 28432129

28434028, 28435902, 28437315, 28439086, 28454215, 28454242, 28468312

28468493, 28481149, 28483184, 28489150, 28501075, 28502343, 28503038

28507324, 28508053, 28508557, 28512336, 28521330, 28522441, 28528349

28530171, 28535127, 28535272, 28537715, 28538439, 28542455, 28545134

28546290, 28547068, 28547478, 28564479, 28566241, 28571483, 28572407

28572834, 28578164, 28578945, 28585411, 28587723, 28589509, 28600233

28602253, 28606598, 28608211, 28612674, 28614372, 28617631, 28617959

28621470, 28622202, 28627255, 28636676, 28639299, 28642899, 28678804

28690694, 28691965, 28692103, 28692275, 28697526, 28697806, 28703812

28708023, 28709063, 28710469, 28710734, 28714988, 28715655, 28728272

28730044, 28734355, 28740708, 28742555, 28749289, 28749724, 28758090

28758722, 28774416, 28776431, 28777174, 28791725, 28797711, 28803345

28808314, 28817449, 28819640, 28820669, 28821847, 28827682, 28830691

28831971, 28835937, 28836716, 28838066, 28844866, 28847136, 28849751

28852691, 28855922, 28856060, 28856172, 28863263, 28863487, 28867992

28887305, 28889730, 28891984, 28905390, 28910498, 28927452, 28945922

28948554, 28949888, 28951026, 28951382, 28956908, 28959493, 28960211

28965095, 28965787, 28986231, 28986257, 28987439, 28991884, 28993295

28993590, 29002488, 29006527, 29007321, 29007353, 29009513, 29013832

29024054, 29026309, 29026582, 29027694, 29032276, 29039510, 29040739

29044086, 29044954, 29048498, 29048728, 29050886, 29060216, 29061016

29115857, 29125374, 29154725, 29158680, 29163567, 29170232, 29173817

29179097, 29182517, 29182901, 29189889, 29198092, 29200700, 29203604

29213320, 29213351, 29224605, 29237575, 29247712, 29249289, 29250230

29250317, 29260956, 29278684, 29296257, 29301463, 29307638, 29312889

29337294, 29338348, 29339155, 29343086, 29343156, 29343861, 29347943

29353821, 29372069, 29372460, 29375355, 29375984, 29376346, 29378913

29379978, 29383695, 29388020, 29398488, 29399336, 29405462, 29409149

29409455, 29418165, 29420254, 29426241, 29434301, 29436454, 29437712

29450812, 29452251, 29454978, 29463047, 29464779, 29472618, 29477015

29483626, 29483672, 29483723, 29483771, 29500257, 29500963, 29501218

29504682, 29511611, 29524985, 29530515, 29536342, 29538631, 29542449

29542580, 29548592, 29549071, 29559395, 29564592, 29580394, 29591343

29608023, 29614575, 29614987, 29621961, 29625065, 29626154, 29629430

29633753, 29637526, 29637560, 29645349, 29651520, 29656843, 29667994

29676089, 29678163, 29685137, 29687220, 29688867, 29690625, 29703195

29705793, 29707896, 29717901, 29719146, 29724063, 29726695, 29741319

29766435, 29767177, 29769901, 29782211, 29791152, 29794174, 29794462

29796916, 29807964, 29813494, 29815341, 29817278, 29822714, 29825525

29836659, 29841687, 29844131, 29846645, 29853485, 29865188, 29869404

29869906, 29875459, 29876358, 29881050, 29881575, 29884958, 29893132

29902299, 29902311, 29914449, 29930457, 29941062, 29942554, 29944035

29944159, 29944660, 29951620, 29951759, 29961353, 29962927, 29962939

29965888, 29991257, 30008125, 30018017, 30018903, 30031027, 30039959

30064268, 30068871, 30076253, 30078934, 30086166, 30088912, 30092280

30098251, 30099302, 30114477, 30116203, 30120608, 30125995, 30131286

30139392, 30147928, 30150731, 30163243, 30164714, 30173113, 30177597

30179644, 30186706, 30189023, 30193736, 30196358, 30200680, 30200758

30215130, 30218044, 30218317, 30223712, 30225443, 30239480, 30241567

30244787, 30246179, 30247305, 30252098, 30252156, 30253255, 30265523

30265615, 30272329, 30281591, 30282501, 30283932, 30293345, 30305880

30312094, 30312568, 30316897, 30320029, 30325407, 30331356, 30342878

30345926, 30352623, 30355490, 30357897, 30364613, 30365745, 30368482

30368668, 30372081, 30374739, 30377692, 30381207, 30384121, 30384152

30387666, 30391272, 30397100, 30402386, 30403763, 30408515, 30413137

30416034, 30421204, 30431274, 30441687, 30443393, 30453442, 30458593

30460922, 30464250, 30464655, 30473634, 30474774, 30475115, 30476768

30485255, 30496957, 30497057, 30498824, 30501574, 30503943, 30509277

30510527, 30517516, 30522998, 30528547, 30528704, 30532811, 30533198

30578221, 30581448, 30582500, 30606345, 30613937, 30623138, 30624864

30635302, 30652853, 30654409, 30662736, 30668407, 30671813, 30679595

30679771, 30681462, 30698289, 30741263, 30749644, 30755348, 30758943

30783551, 30803210, 30809087, 30814266, 30814285, 30815852, 30816938

30826474, 30856358, 30866988, 30887501, 30904672, 30905638, 30914674

30919804, 30922870, 30937340, 30964194, 30968208, 30980615, 30985027

30987088, 30994996, 30998759, 31001455, 31004719, 31013127, 31022858

31028986, 31061482, 31100172, 31104809, 31106577, 31109506, 31115502

31156383, 31172207, 31182793, 31192039, 31194264, 31200845, 31201001

31215438, 31228670, 31254535, 31258101, 31302499, 31306248, 31309867

31315876, 31326608, 31331354, 31341859, 31343752, 31347532, 31377487

31393600, 31408636, 31430722, 31501139, 31508450, 31525783, 31544097

31570161, 31600023, 31637680, 31658464, 31668061, 31711889, 31718134

31749740, 31771858, 31786838, 31816631, 31867037, 31905033, 31986836

32089820, 32186646, 32234161, 32296941


OPatch succeeded.

 

POSTPATCH STEPS (START LISTENER AND DATABASE).

[oracle@trichy32228578]$ lsnrctl start

LSNRCTL for Linux: Version 12.2.0.1.0 – Production on 20-JAN-2021 14:49:27

Copyright (c) 1991, 2016, Oracle.  All rights reserved.

Starting /u01/app/oracle/product/12.2.0.1/db_1/bin/tnslsnr: please wait…

TNSLSNR for Linux: Version 12.2.0.1.0 – Production

System parameter file is /u01/app/oracle/product/12.2.0.1/db_1/network/admin/listener.ora

Log messages written to /u01/app/oracle/diag/tnslsnr/Biju1/listener/alert/log.xml

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.22)(PORT=1521)))

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.22)(PORT=1521)))

STATUS of the LISTENER

Alias                     LISTENER

Version                   TNSLSNR for Linux: Version 12.2.0.1.0 – Production

Start Date                20-JAN-2021 14:49:29

Uptime                    0 days 0 hr. 0 min. 0 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Parameter File   /u01/app/oracle/product/12.2.0.1/db_1/network/admin/listener.ora

Listener Log File         /u01/app/oracle/diag/tnslsnr/Biju1/listener/alert/log.xml

Listening Endpoints Summary…

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.22)(PORT=1521)))

(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))

Services Summary…

Service “BIJU1” has 1 instance(s).

Instance “BIJU1”, status UNKNOWN, has 1 handler(s) for this service…

The command completed successfully

[oracle@trichyOPatch]$ export ORACLE_SID=BIJU1

[oracle@trichyOPatch]$ ORACLE_HOME=/u01/app/oracle/product/12.2.0.1/db_1

[oracle@trichyOPatch]$ export ORACLE_HOME

[oracle@trichyOPatch]$ PATH=$PATH:$ORACLE_HOME/bin

[oracle@trichyOPatch]$ export PATH

[oracle@trichyOPatch]$ sqlplus / as sysdba

SQL*Plus: Release 12.2.0.1.0 Production on Wed Jan 20 14:53:07 2021

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup

ORACLE instance started.

Total System Global Area 2483027968 bytes

Fixed Size                       8623736 bytes

Variable Size                671091080 bytes

Database Buffers        1795162112 bytes

Redo Buffers                  8151040 bytes

Database mounted.

Database opened.

SQL> Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 – 64bit Production

 

EXECUTE DATAPATCH FOR UPDATE THE PATCH DETAILS IN DATABASE SIDE.

[oracle@trichyOPatch]$ cd $ORACLE_HOME/OPatch

[oracle@trichyOPatch]$ ./datapatch -verbose

SQL Patching tool version 12.2.0.1.0 Production on Wed Jan 20 14:54:12 2021

Copyright (c) 2012, 2021, Oracle.  All rights reserved.

Log file for this invocation: /u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_16800_2021_01_20_14_54_12/sqlpatch_invocation.log

Connecting to database…OK

Bootstrapping registry and package to current versions…done

Determining current state…done

Current state of SQL patches:

Bundle series DBRU:

ID 210119 in the binary registry and ID 200414 in the SQL registry

Adding patches to installation queue and performing prereq checks…

Installation queue:

Nothing to roll back

The following patches will be applied:

32228578 (DATABASE JAN 2021 RELEASE UPDATE 12.2.0.1.210119)

Installing patches…

Patch installation complete.  Total patches installed: 1

Validating logfiles…

Patch 32228578 apply: SUCCESS

logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/32228578/24008225/32228578_apply_BIJU1_2021Jan20_14_54_32.log (no errors)

SQL Patching tool complete on Wed Jan 20 14:55:10 2021

 

After installing the SQL portion of the patch, some packages could become INVALID. This will get recompiled upon access or you can run utlrp.sql to get them back into a VALID state.

[oracle@trichyOPatch]$ cd $ORACLE_HOME/rdbms/admin

[oracle@trichyadmin]$ !sq

sqlplus / as sysdba

SQL*Plus: Release 12.2.0.1.0 Production on Wed Jan 20 15:00:48 2021

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

Connected to:

Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 – 64bit Production

SQL> @utlrp.sql

TIMESTAMP

COMP_TIMESTAMP UTLRP_BGN                  2021-01-20 15:00:56

DOC>   The following PL/SQL block invokes UTL_RECOMP to recompile invalid

DOC>   objects in the database. Recompilation time is proportional to the

DOC>   number of invalid objects in the database, so this command may take

DOC>   a long time to execute on a database with a large number of invalid

DOC>   objects.

DOC>   Use the following queries to track recompilation progress:

DOC>   1. Query returning the number of invalid objects remaining. This

DOC>    number should decrease with time.

DOC>       SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);

……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………

PL/SQL procedure successfully completed.

SQL> SELECT owner, object_name, object_type FROM all_objects WHERE status =’INVALID’;

no rows selected

CHECK PATCH INFORMATION IN DATABASE LEVEL

SQL> select DESCRIPTION,ACTION,ACTION_TIME,VERSION from dba_registry_sqlpatch;

 DESCRIPTION                         ACTION                             ACTION_TIME                                VERSION
————————-           ——————-————       ———————–—————               ——————-
DATABASE JAN 2021              APPLY                   20-JAN-21 02.55.10.831438 PM                 12.2.0.1          RELEASEUPDATE   
12.2.0.1.210119

Thank you for giving your valuable time to read the above information.
If you want to be updated with all our articles send us the Invitation or Follow us:
Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter : https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

Patch 30886680: DATABASE APR 2020 RELEASE UPDATE 12.2.0.1.200414 [Linux X86-64]

Below document I will explain how to apply APRIL 2020 PSU Patch

Overall steps:

  1. Export exact oracle home path
  2. Check the opatch version – Oracle recommends to use the latest Patch version
  3. Apply optach
  4. Datapatch verbose need to do
    Oracle Patch Download link: https://support.oracle.com/epmos/faces/PatchDetail?requestId=23474251&_afrLoop=108504923966006&patchId=30886680&_afrWindowMode=0&_adf.ctrl-state=4te1a33nq_119
    Here we are going to check Opatch lsinventory:
[oracle@oracleagent 30886680]$ opatch lsinventory|grep "Patch description"
Patch description: "Database Apr 2021 Release Update : 12.2.0.1.200414 (30886680)"

[oracle@oracleagent 30886680]$ opatch lsinventory
Oracle Interim Patch Installer version 12.2.0.1.19
Copyright (c) 2021, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.2.0.1/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc
OPatch version : 12.2.0.1.19
OUI version : 12.2.0.1.4
Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-27-13AM_1.log

Lsinventory Output file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/lsinv/lsinventory2021-01-18_10-27-13AM.txt

Local Machine Information::
Hostname: oracleagent.oracledb
ARU platform id: 226
ARU platform description:: Linux x86-64

Installed Top-level Products (1):

Oracle Database 12c 12.2.0.1.0
There are 1 products installed in this Oracle Home.

Interim patches (1) :

Patch 30886680 : applied on Mon Jan 18 10:21:48 IST 2021
Unique Patch ID: 23474251
Patch description: "Database Apr 2021 Release Update : 12.2.0.1.200414 (30886680)"
Created on 1 Apr 2021, 01:36:23 hrs PST8PDT
Bugs fixed:
30533198, 30312568, 30086166, 28951106, 28435910, 8480838, 8932139
12763598, 13554903, 14221306, 14690846, 15931756, 16010385, 16438495
16727454, 16942578, 17107695, 17533661, 17947871, 18308268, 18521691
18594510, 18774543, 18878420, 19072655, 19211433, 19285105, 19327292
19526548, 19614183, 19647894, 19649997, 19710201, 19721304, 20003668
20087519, 20118035, 20121036, 20318049, 20436508, 20532077, 20549013
20588486, 20591151, 20617383, 20620169, 20736227, 20756305, 20866970
20176443, 21089435, 20215391, 21143725, 21147908, 21159907, 21178363
21186167, 21197018, 21216226, 21320338, 21433452, 21479706, 21517767
21521066, 21547051, 21638600, 21744603, 21788462, 21837606, 21882528
21935698, 21981529, 21985256, 22007318, 22070473, 22070853, 22072543
22087683, 22104866, 22107360, 22174392, 22179537, 22282748, 22310426
22347493, 22363790, 22364044, 22367053, 22379010, 21846455, 21854940
21895673, 22503283, 22503297, 22504793, 22522515, 22530186, 22564336
22568728, 22581771, 22594071, 22599050, 22628825, 22645001, 22645496
22654475, 22700845, 22726044, 22729345, 22826067, 22843979, 22845846
22864303, 22898198, 22921674, 22939829, 22950145, 22970869, 22981722
23018676, 23019710, 23106585, 23035189, 23055900, 23061453, 23065010
23066146, 23080557, 23104033, 23105538, 23101325, 23110523, 23125560
23126545, 23127945, 23143074, 23151677, 23168363, 23169712, 23177923
23179662, 23184263, 23197730, 23234232, 23237011, 23189829, 23271203
23278750, 23300142, 23306590, 23308065, 23310101, 23312077, 23328639
23333567, 23336559, 23342170, 23481673, 23491861, 23499004, 23499160
23521523, 23527363, 23533647, 23548817, 23567857, 23572982, 23581777
23588722, 23599216, 23600861, 23610213, 23645516, 23665623, 23701062
23715460, 23715518, 23730161, 23733981, 23735292, 23738304, 23741944
23743596, 23746128, 23749454, 23761718, 18006569, 18010030, 18289874
18289895, 18294174, 18303148, 18307571, 18308349, 18326444, 18326846
18328857, 18330708, 18332831, 18334708, 18336189, 18337882, 18341675
18343905, 18345420, 18346821, 18348685, 18350620, 18352981, 18355111
18357348, 18368004, 18371491, 18373528, 18373756, 18374976, 18376875
18376878, 18383086, 18385983, 18401351, 18403922, 18401977, 18415926
18416451, 18421668, 18423416, 18425056, 18425998, 18435982, 18437162
18440648, 18443539, 18457597, 18460392, 18461826, 18467122, 18468470
18470606, 18471079, 18471473, 18473736, 18485034, 18485161, 18485174
18486059, 18486237, 18501056, 18516314, 18530364, 18534401, 18554533
18555417, 18556862, 18556967, 18560106, 18563422, 18571014, 18570598
18573817, 18578718, 18578797, 18588377, 18589081, 18589590, 18591506
18593740, 18595699, 18600330, 18601592, 18601996, 18611527, 18616637
18617969, 18623975, 18618166, 18641895, 18654629, 18655717, 18664211
18668398, 18669189, 18674197, 18674955, 18676172, 18677696, 18680159
18687075, 18689376, 18692973, 18693010, 18693290, 18697323, 18699619
18710696, 18713381, 18714016, 18717183, 18717859, 18718260, 18719799
18735430, 18737064, 18737403, 18737581, 18737954, 18739791, 18744383
18744686, 18752618, 18757934, 18759556, 18760407, 18764085, 18766301
18784414, 18786669, 18791883, 18792678, 18793511, 18796012, 18797119
18800423, 18801152, 18810934, 18808504, 18811725, 18812047, 18818566
18827228, 18827654, 18831514, 18835919, 18841671, 18843188, 18844549
18844841, 18845157, 18848746, 18848923, 18850622, 18907917, 18908321
18911701, 18912588, 18920582, 18921478, 18922704, 18923080, 18923215
18923338, 18923790, 18918667, 18926999, 18929210, 18938784, 18940060
18942749, 18953434, 18957555, 18960044, 18960801, 18965426, 18966594
18966788, 18967993, 18968162, 18976007, 18978100, 25102574, 25107852
25108996, 25109102, 25109423, 25031510, 25032818, 25034396, 25036006
25036474, 25042823, 25044977, 25045228, 25050160, 25051465, 25051628
25054064, 25057811, 25058080, 25060506, 25062592, 25063971, 25065563
25072986, 25077278, 25078611, 25086233, 25087436, 25012777, 25013872
25015982, 25018160, 25019339, 25019497, 25019758, 25100063, 25100579
25103996, 25107662, 25111033, 25114561, 25121084, 25120668, 25120742
25121089, 25123585, 25118363, 25129925, 25130312, 25140197, 25145163
25145215, 25150125, 25159176, 25162645, 25164293, 25166187, 25171041
25171084, 25175723, 25176408, 25178032, 25178101, 25178179, 25179774
25182817, 25184453, 25184555, 25186079, 25191872, 25192044, 25192528
25192729, 25195901, 25199585, 25201454, 25210355, 25203656, 25205954
25206864, 25207410, 25201912, 25211068, 25210499, 25210690, 25211628
25219450, 25223839, 25218182, 25225795, 25226665, 25227381, 25230870
25230145, 25237577, 25180188, 25180590, 25181448, 25181625, 25184807
25188384, 25250101, 25251648, 25257085, 25259611, 25262869, 25263960
25265499, 25269133, 25283790, 25287072, 25293659, 25296876, 25299227
25299807, 25300427, 25303284, 25303756, 25305405, 25307368, 25301116
25313154, 25313411, 25316758, 25317989, 25320555, 25323525, 25328013
25328518, 25329664, 25335189, 25335360, 25335790, 25337332, 25337640
25348956, 25353983, 25356118, 25357142, 25360661, 25362958, 25367588
25367721, 25382812, 25383204, 25384462, 25386748, 25388896, 25392535
25393714, 25395696, 25397936, 25398306, 25404210, 25405100, 25405687
25405813, 25410017, 25410180, 25410810, 25410877, 25411036, 25415713
25416731, 25417050, 25417056, 25417958, 25425005, 25425451, 25425760
25427662, 25429959, 25430120, 25433696, 25435038, 25437699, 25440818
25442559, 25444961, 25445168, 25451531, 25455795, 25457401, 25459958
25462714, 25463844, 25472112, 25472885, 25476125, 25476149, 25477657
25478885, 25479164, 25481087, 25482971, 25486384, 25489342, 25489367
25489607, 25492379, 25498930, 25498994, 25516250, 25518955, 25528838
25530080, 25530814, 25535668, 25536819, 25537470, 25539063, 25540738
25546580, 25546608, 25547901, 25551676, 25553616, 25554787, 25555252
25557886, 25558986, 25560487, 25561296, 25569149, 25570129, 25573623
25575348, 25575369, 25575628, 25579458, 25579761, 25591394, 25594901
25597525, 25598473, 25599425, 25600342, 25600421, 25601999, 25601888
25603923, 25606011, 25607726, 25612015, 25614866, 25616268, 25616359
25616417, 25616645, 25631933, 25633101, 25634317, 25634348, 25635149
25638456, 25639019, 25643818, 25643889, 25643931, 25646373, 25647325
25648731, 25653101, 25654459, 25654936, 25655390, 25655966, 25659655
25660847, 25661819, 25662088, 25662021, 25662518, 25663488, 25667973
25669791, 25670786, 25671354, 25672640, 25674386, 25681021, 25685152
25686739, 25687460, 25691904, 25694206, 25695903, 25696520, 25699321
25700654, 25701368, 25710420, 25715167, 25717371, 25722055, 25722608
25722720, 25723017, 25723158, 25728085, 25729507, 25730014, 25734963
25736747, 25739065, 25740844, 25741955, 25743479, 25747569, 25749273
25752755, 25754606, 25756945, 25757697, 25757748, 25760195, 25762221
25764100, 25766822, 25768681, 25772669, 25774077, 25775213, 25775444
25780343, 25783447, 25784010, 25785331, 25785441, 25788879, 25789041
25789277, 25789579, 25790353, 25792911, 25795865, 25797012, 25797118
25797305, 25800464, 25810510, 25803364, 25803545, 25807997, 25801518
25811063, 25810704, 25811650, 25812390, 25813931, 25818707, 25821810
25823532, 25823754, 25825910, 25826740, 25830492, 25832935, 25834581
25835365, 25838361, 25838755, 25852885, 25856821, 25858672, 25861398
25865785, 25870579, 25871177, 25871639, 25871753, 25872127, 25872389
25873336, 25874050, 25874678, 25882264, 25883438, 25885148, 25888073
25888984, 25890056, 25890673, 25890782, 25894239, 25895218, 25897615
25898228, 25904273, 25904490, 25905130, 25906117, 25906886, 25908728
25911718, 25914276, 25919622, 25932518, 25932728, 25933494, 25941836
25943271, 25945130, 25947799, 25951571, 25953857, 25954102, 25954054
25957038, 25963018, 25964954, 25967544, 25967985, 25970731, 25971286
25971817, 25973152, 25975723, 25977310, 25980605, 25980770, 25981498
25982666, 25986062, 25990107, 25995938, 25997810, 26006257, 26007010
26019148, 26018732, 26018784, 26105681, 26109075, 26109777, 26109780
26032573, 26034119, 26036748, 26037215, 26038086, 26039623, 26040483
26045732, 26051656, 26078437, 26078493, 26080410, 26083298, 26087754
26088426, 26088836, 26010767, 26010893, 26011640, 26011786, 26015327
26015405, 26016382, 26108080, 26108337, 26111059, 26110632, 26111842
26112621, 26115103, 26121990, 26118078, 26130486, 26137367, 26137416
26138085, 26145560, 26149904, 26153372, 26153977, 26168933, 26169341
26169345, 26170659, 26170715, 26176010, 26187943, 26189861, 26198757
26198926, 26201113, 26203182, 26223039, 26237338, 26237431, 26237773
26238195, 26182031, 26182677, 26183698, 26184115, 26185237, 26188143
26189718, 26256131, 26257953, 26259265, 26261327, 26263328, 26263721
26268756, 26269790, 26271001, 26274660, 26275103, 26275415, 26277439
26281476, 26285062, 26285933, 26308650, 26301047, 26317991, 26318627
26323308, 26318206, 26318769, 26325856, 26327418, 26327618, 26327775
26330194, 26331743, 26333141, 26336977, 26338953, 26351334, 26351996
26353617, 26358670, 26359011, 26362155, 26362821, 26366517, 26367012
26367460, 26371725, 26373967, 26374791, 26375052, 26375250, 26380017
26385189, 26388538, 26396790, 26398675, 26399626, 26399691, 26405036
26406387, 26407408, 26410180, 26412540, 26418088, 26420561, 26421667
26422277, 26423085, 26426526, 26426967, 26430323, 26430737, 26434436
26434999, 26435073, 26436168, 26438612, 26439748, 26440169, 26440749
26442308, 26444601, 26444887, 26446018, 26452606, 26474662, 26474703
26475419, 26476184, 26478970, 26479173, 26482376, 26486365, 26492866
26493289, 26498354, 26513067, 26513701, 26521043, 26521839, 26523432
26526726, 26526799, 26536320, 26537307, 26542135, 26542236, 26542835
26544823, 26545688, 26546070, 26546664, 26546754, 26548363, 26556014
26558437, 26569225, 26575788, 26580633, 26581860, 26584641, 26588069
26597140, 26599395, 26608137, 26608238, 26601942, 26615291, 26615690
26617804, 26623652, 26626879, 26629381, 26633355, 26633558, 26635897
26637273, 26637818, 26639167, 26641610, 26651026, 26650540, 26654363
26658759, 26659182, 26669550, 26680105, 26712331, 26714486, 26714910
26717528, 26718511, 26725687, 26727397, 26729494, 26729611, 26740700
26744595, 26745010, 26751106, 26751171, 26755171, 26758193, 26764561
26765212, 26768105, 26775610, 26784501, 26790123, 26794786, 26797591
26798411, 26798516, 26810503, 26816582, 26820076, 26822314, 26822620
26818833, 26828994, 26829845, 26833932, 26837569, 26837710, 26840654
26844406, 26844870, 26849779, 26871815, 26875822, 26883456, 26895149
26896659, 26898563, 26907236, 26907327, 26908788, 26901100, 26901504
26910716, 26911000, 26939314, 26943004, 26944190, 26958896, 26963310
26966616, 26966916, 26967713, 26968670, 26969321, 26970175, 26970717
26981910, 26983259, 26985010, 26986173, 26992964, 27000158, 27006120
27006664, 27001164, 27013146, 27108251, 27032785, 27033520, 27033652
27034890, 27036163, 27037839, 27038986, 27039712, 27044169, 27044297
27045634, 27052607, 27056711, 27058530, 27060167, 27060859, 27061736
27072923, 27073314, 27079140, 27084613, 27087426, 27010765, 27012508
27013423, 27017854, 27100800, 27101105, 27105900, 27106179, 27110878
27115422, 27117822, 27119621, 27119861, 27122162, 27118618, 27125872
27133662, 27134734, 27135647, 27135993, 27138325, 27142120, 27142373
27142529, 27144928, 27151826, 27153641, 27160122, 27161071, 27162390
27161805, 27163928, 27165231, 27169796, 27170305, 27181537, 27181897
27185188, 27195935, 27199185, 27200159, 27202115, 27203055, 27207110
27208795, 27213218, 27216046, 27217412, 27223075, 27229389, 27231051
27234962, 27236722, 27182226, 27184337, 27184999, 27188917, 27189531
27250547, 27251690, 27255377, 27256000, 27258578, 27259307, 27262945
27264464, 27266185, 27274456, 27274536, 27275533, 27276231, 27283960
27284499, 27285184, 27288638, 27292213, 27293599, 27310711, 27310730
27303287, 27303938, 27304410, 27304906, 27305039, 27308088, 27314206
27314390, 27314697, 27320576, 27321179, 27329612, 27333106, 27334316
27338912, 27338946, 27339115, 27345231, 27346701, 27348081, 27349393
27351067, 27351628, 27359178, 27364854, 27367194, 27369515, 27370165
27375542, 27381498, 27383281, 27386467, 27393570, 27394703, 27395416
27396618, 27396672, 27396813, 27397048, 27400416, 27400598, 27404573
27404668, 27405645, 27416997, 27423251, 27418405, 27426363, 27432062
27432826, 27433385, 27433870, 27434193, 27439835, 27441326, 27442041
27445727, 27457891, 27459593, 27459948, 27466597, 27468303, 27486805
27487919, 27489107, 27493674, 27494663, 27501373, 27501413, 27501820
27504770, 27505229, 27508985, 27510159, 27525901, 27529661, 27533780
27533819, 27534501, 27540613, 27544973, 27548131, 27554074, 27555481
27558861, 27560610, 27561888, 27565906, 27567477, 27576342, 27576354
27587905, 27588271, 27593501, 27595973, 27601118, 27601441, 27607563
27611612, 27613080, 27613530, 27617978, 27620808, 27623159, 27629756
27632114, 27634676, 27634991, 27645231, 27657712, 27658186, 27666312
27671633, 27680669, 27686599, 27687880, 27688036, 27688019, 27688692
27691920, 27691939, 27693416, 27693713, 27695063, 27698953, 27700466
27704237, 27701046, 27710072, 27719000, 27726780, 27729678, 27739006
27740418, 27748954, 27751755, 27757567, 27757888, 27758544, 27758653
27758972, 27759077, 27769361, 27793533, 27799032, 27801337, 27818389
27819881, 27818540, 27818543, 27825181, 27828794, 27829295, 27833672
27834551, 27834569, 27835925, 27839353, 27846298, 27846499, 27847259
27850112, 27855490, 27861226, 27873412, 27882176, 27886087, 27897759
27898015, 27910561, 27901478, 27927431, 27929287, 27931299, 27935493
27940876, 27945870, 27951817, 27959048, 27959594, 27966472, 27967484
27983174, 27986817, 27994325, 27995215, 27995188, 27997875, 27998003
27999073, 27999638, 28001069, 28102021, 28103081, 28103399, 28103482
28018793, 28105414, 28106866, 28033429, 28040776, 28043157, 28045903
28067846, 28071549, 28072383, 28072567, 28074713, 28079127, 28010453
28018160, 28019662, 28108003, 28111583, 28120036, 28120151, 28118631
28125947, 28129791, 28140658, 28157786, 28164480, 28165439, 28171079
28174827, 28180464, 28181101, 28184554, 28188330, 28190796, 28194173
28199085, 28201419, 28201985, 28215510, 28218832, 28220398, 28223871
28226179, 28229360, 28236305, 28238264, 28182712, 28250129, 28256164
28271119, 28276054, 28279837, 28281014, 28282606, 28290434, 28294563
28310049, 28305001, 28305362, 28301406, 28319114, 28320399, 28330714
28330171, 28354603, 28357401, 28361221, 28365111, 28369012, 28371123
28373960, 28375383, 28378446, 28384353, 28386259, 28388910, 28391073
28391210, 28396445, 28397317, 28401116, 28410823, 28420042, 28420457
28423598, 28432129, 28434108, 28437315, 28439086, 28454215, 28454182
28468312, 28468493, 28481149, 28483184, 28489150, 28501075, 28510343
28503038, 28507318, 28508053, 28508557, 28512336, 28521330, 28521841
28528349, 28530171, 28535127, 28535272, 28537715, 28538439, 28541855
28545134, 28546290, 28547068, 28564479, 28571483, 28571807, 28572834
28578164, 28578945, 28585411, 28587723, 28589501, 28601033, 28608211
28612674, 28617631, 28617959, 28621470, 28622210, 28627255, 28636676
28639299, 28642899, 28678804, 28691965, 28692103, 28692275, 28697806
28708103, 28701063, 28710469, 28714988, 28728272, 28734355, 28740708
28742555, 28749289, 28749718, 28758010, 28758722, 28774416, 28777174
28791725, 28797711, 28803345, 28817449, 28819640, 28820669, 28821847
28830691, 28831971, 28835937, 28836716, 28838066, 28844866, 28849751
28852691, 28855922, 28856060, 28856172, 28863263, 28863487, 28867992
28887305, 28889730, 28891984, 28927452, 28949888, 28951382, 28956908
28959493, 28961011, 28965015, 28965787, 28986231, 28986257, 28987439
28991884, 28993295, 28993590, 29001888, 29006527, 29007321, 29007353
29001513, 29013832, 29018054, 29106582, 29107694, 29032276, 29040739
29048498, 29050886, 29061016, 29061016, 29115857, 29125374, 29158680
29163567, 29171032, 29173817, 29179017, 29182517, 29182901, 29189889
29198012, 29200700, 29203604, 29213320, 29218605, 29237575, 29187712
29189289, 29251030, 29250317, 29260156, 29278684, 29301463, 29339155
29343086, 29343861, 29347943, 29353821, 29372069, 29371860, 29375355
29375984, 29376346, 29378913, 29379978, 29383695, 29388100, 29398488
29399336, 29405462, 29401149, 29401455, 29426181, 29434301, 29436454
29437712, 29450812, 29452251, 29454978, 29464779, 29483626, 29483672
29483723, 29483771, 29501057, 29500163, 29504682, 29511611, 29518985
29530515, 29536342, 29538631, 29541849, 29542580, 29548592, 29549071
29580394, 29614575, 29621961, 29625065, 29626154, 29629430, 29633753
29637526, 29645349, 29651520, 29656843, 29667994, 29676089, 29678163
29685137, 29687220, 29690625, 29703195, 29707896, 29719146, 29718063
29726695, 29767177, 29782211, 29791152, 29794462, 29807964, 29813494
29817278, 29825525, 29836659, 29841687, 29846645, 29853485, 29865188
29869404, 29875459, 29876358, 29881050, 29884958, 29893132, 29910311
29914449, 29944035, 29944660, 29951620, 29961353, 29962927, 29962939
29991257, 30018017, 30031107, 30064268, 30076253, 30078934, 30088912
30018251, 30019310, 30114477, 30120608, 30125995, 30131286, 30147928
30150731, 30163183, 30164714, 30173113, 30177597, 30179644, 30189103
30196358, 31000758, 31015130, 31018044, 31018317, 31023712, 31039480
30181567, 30184787, 30186179, 30187305, 31052018, 31052156, 31053255
31065523, 31072329, 31081591, 31082501, 31083932, 30305880, 30312014
30342878, 30364613, 30365745, 30374739, 30384152, 30410386, 30403763
30408515, 30413137, 30416034, 30431274, 30441687, 30453442, 30458593
30460122, 30475115, 30485255, 30496957, 30497057, 30501574, 30503943
30501277, 30510527, 30582500, 30613937, 30635310, 30654401, 30671813
30741263, 30803210, 30815852, 30168208

OPatch succeeded.

[oracle@oracleagent 30886680]$ export PATH=/u01/app/oracle/product/12.2.0.1/db_1/OPatch:$PATH
[oracle@oracleagent 30886680]$ opatch version
OPatch Version: 12.2.0.1.19
OPatch succeeded.

Here we are going to apply patch with opatch apply.

User need to give Y to proceed Patch.

[oracle@oracleagent 30886680]$ opatch apply
Oracle Interim Patch Installer version 12.2.0.1.19
Copyright (c) 2021, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.2.0.1/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc
OPatch version : 12.2.0.1.19
OUI version : 12.2.0.1.4
Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-03-10AM_1.log

Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 30886680


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/product/12.2.0.1/db_1')

Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files…
Applying interim patch '30886680' to OH '/u01/app/oracle/product/12.2.0.1/db_1'
ApplySession: Optional component(s) [ oracle.swd.oui, 12.2.0.1.0 ] , [ oracle.oid.client, 12.2.0.1.0 ] , [ oracle.has.crs, 12.2.0.1.0 ] , [ oracle.rdbms.drdaas, 12.2.0.1.0 ] , [ oracle.ons.daemon, 12.2.0.1.0 ] , [ oracle.network.cman, 12.2.0.1.0 ] not present in the Oracle Home or a higher version is found.


Patching component oracle.rdbms.rsf, 12.2.0.1.0…
Patching component oracle.rdbms, 12.2.0.1.0…
Patching component oracle.rdbms.util, 12.2.0.1.0…
Patching component oracle.network.rsf, 12.2.0.1.0…
Patching component oracle.ctx, 12.2.0.1.0…
Patching component oracle.ctx.rsf, 12.2.0.1.0…
Patching component oracle.has.common.cvu, 12.2.0.1.0…
Patching component oracle.ldap.rsf, 12.2.0.1.0…
Patching component oracle.rdbms.dbscripts, 12.2.0.1.0…
Patching component oracle.rdbms.deconfig, 12.2.0.1.0…
Patching component oracle.rdbms.rsf.ic, 12.2.0.1.0…
Patching component oracle.sdo, 12.2.0.1.0…
Patching component oracle.sdo.locator, 12.2.0.1.0…
Patching component oracle.tfa, 12.2.0.1.0…
Patching component oracle.xdk.parser.java, 12.2.0.1.0…
Patching component oracle.rdbms.dv, 12.2.0.1.0…
Patching component oracle.precomp.rsf, 12.2.0.1.0…
Patching component oracle.rdbms.crs, 12.2.0.1.0…
Patching component oracle.rdbms.rman, 12.2.0.1.0…
Patching component oracle.rdbms.install.plugins, 12.2.0.1.0…
Patching component oracle.sqlplus, 12.2.0.1.0…
Patching component oracle.ons, 12.2.0.1.0…
Patching component oracle.oraolap, 12.2.0.1.0…
Patching component oracle.xdk.rsf, 12.2.0.1.0…
Patching component oracle.xdk, 12.2.0.1.0…
Patching component oracle.rdbms.lbac, 12.2.0.1.0…
Patching component oracle.sqlplus.ic, 12.2.0.1.0…
Patching component oracle.assistants.server, 12.2.0.1.0…
Patching component oracle.nlsrtl.rsf, 12.2.0.1.0…
Patching component oracle.assistants.deconfig, 12.2.0.1.0…
Patching component oracle.ldap.rsf.ic, 12.2.0.1.0…
Patching component oracle.ldap.client, 12.2.0.1.0…
Patching component oracle.assistants.acf, 12.2.0.1.0…
Patching component oracle.rdbms.oci, 12.2.0.1.0…
Patching component oracle.install.deinstalltool, 12.2.0.1.0…
Patching component oracle.oracore.rsf, 12.2.0.1.0…
Patching component oracle.precomp.lang, 12.2.0.1.0…
Patching component oracle.precomp.common, 12.2.0.1.0…
Patching component oracle.jdk, 1.8.0.91.0…
Patch 30886680 successfully applied.
Log file location: /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-03-10AM_1.log

OPatch succeeded.

Bringing up the instance and execute the datapatch verbose.

SQL> startup
ORACLE instance started.
Total System Global Area 1883107968 bytes
Fixed Size 8623736 bytes
Variable Size 671011080 bytes
Database Buffers 1795162112 bytes
Redo Buffers 8151040 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

[oracle@oracleagent 30886680]$ cd $ORACLE_HOME/OPatch
[oracle@oracleagent OPatch]$ ./datapatch -verbose
SQL Patching tool version 12.2.0.1.0 Production on Mon Jan 18 10:33:28 2021
Copyright (c) 2012, 2021, Oracle. All rights reserved.

Log file for this invocation: /u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_30825_2021_01_18_10_33_28/sqlpatch_invocation.log
Connecting to database…OK
Bootstrapping registry and package to current versions…done
Determining current state…done
Current state of SQL patches:
Bundle series DBRU:
ID 200414 in the binary registry and not installed in the SQL registry

Adding patches to installation queue and performing prereq checks…
Installation queue:
Nothing to roll back
The following patches will be applied:
30886680 (DATABASE APR 2021 RELEASE UPDATE 12.2.0.1.200414)

Installing patches…
Patch installation complete. Total patches installed: 1

Validating logfiles…
Patch 30886680 apply: SUCCESS
logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/30886680/23474251/30886680_apply_BIJU1_2021Jan18_10_34_01.log (no errors)
SQL Patching tool complete on Mon Jan 18 10:37:30 2021

[oracle@oracleagent OPatch]$ sqlplus / as sysdba
SQL*Plus: Release 12.2.0.1.0 Production on Mon Jan 18 10:38:48 2021
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

SQL> SELECT owner, object_name, object_type FROM all_objects WHERE status ='INVALID';
no rows selected

SQL> set line 1000
col action form a12
col version form a40
col description form a85
col action_date form a20
select description, action, to_char(action_time,'DD/MM/RR HH18:MI:SS') action_date, ' ' version
from dba_registry_sqlpatch;

DESCRIPTION              ACTION             ACTION_DATE          VERSION
----------------------------- ---------- --------------------- ------------------
DATABASE APR 2021 RELEASE      APPLY   18/01/20 10:37:30       12.2.0.1.0
UPDATE 12.2.0.1.200414

Thank you for giving your valuable time to read the above information.
If you want to be updated with all our articles send us the Invitation or Follow us:
Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter : https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

Patch 30886680: DATABASE APR 2020 RELEASE UPDATE 12.2.0.1.200414 [Linux X86-64]

Below document I will explain how to apply APRIL 2020 PSU Patch

Overall steps:

  1. Export exact oracle home path
  2. Check the opatch version – Oracle recommends to use the latest Patch version
  3. Apply optach
  4. Datapatch verbose need to do
    Oracle Patch Download link: https://support.oracle.com/epmos/faces/PatchDetail?requestId=23474251&_afrLoop=108504923966006&patchId=30886680&_afrWindowMode=0&_adf.ctrl-state=4te1a33nq_119
    Here we are going to check Opatch lsinventory:
[oracle@oracleagent 30886680]$ opatch lsinventory|grep "Patch description"
Patch description: "Database Apr 2021 Release Update : 12.2.0.1.200414 (30886680)"

[oracle@oracleagent 30886680]$ opatch lsinventory
Oracle Interim Patch Installer version 12.2.0.1.19
Copyright (c) 2021, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.2.0.1/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc
OPatch version : 12.2.0.1.19
OUI version : 12.2.0.1.4
Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-27-13AM_1.log

Lsinventory Output file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/lsinv/lsinventory2021-01-18_10-27-13AM.txt

Local Machine Information::
Hostname: oracleagent.oracledb
ARU platform id: 226
ARU platform description:: Linux x86-64

Installed Top-level Products (1):

Oracle Database 12c 12.2.0.1.0
There are 1 products installed in this Oracle Home.

Interim patches (1) :

Patch 30886680 : applied on Mon Jan 18 10:21:48 IST 2021
Unique Patch ID: 23474251
Patch description: "Database Apr 2021 Release Update : 12.2.0.1.200414 (30886680)"
Created on 1 Apr 2021, 01:36:23 hrs PST8PDT
Bugs fixed:
30533198, 30312568, 30086166, 28951106, 28435910, 8480838, 8932139
12763598, 13554903, 14221306, 14690846, 15931756, 16010385, 16438495
16727454, 16942578, 17107695, 17533661, 17947871, 18308268, 18521691
18594510, 18774543, 18878420, 19072655, 19211433, 19285105, 19327292
19526548, 19614183, 19647894, 19649997, 19710201, 19721304, 20003668
20087519, 20118035, 20121036, 20318049, 20436508, 20532077, 20549013
20588486, 20591151, 20617383, 20620169, 20736227, 20756305, 20866970
20176443, 21089435, 20215391, 21143725, 21147908, 21159907, 21178363
21186167, 21197018, 21216226, 21320338, 21433452, 21479706, 21517767
21521066, 21547051, 21638600, 21744603, 21788462, 21837606, 21882528
21935698, 21981529, 21985256, 22007318, 22070473, 22070853, 22072543
22087683, 22104866, 22107360, 22174392, 22179537, 22282748, 22310426
22347493, 22363790, 22364044, 22367053, 22379010, 21846455, 21854940
21895673, 22503283, 22503297, 22504793, 22522515, 22530186, 22564336
22568728, 22581771, 22594071, 22599050, 22628825, 22645001, 22645496
22654475, 22700845, 22726044, 22729345, 22826067, 22843979, 22845846
22864303, 22898198, 22921674, 22939829, 22950145, 22970869, 22981722
23018676, 23019710, 23106585, 23035189, 23055900, 23061453, 23065010
23066146, 23080557, 23104033, 23105538, 23101325, 23110523, 23125560
23126545, 23127945, 23143074, 23151677, 23168363, 23169712, 23177923
23179662, 23184263, 23197730, 23234232, 23237011, 23189829, 23271203
23278750, 23300142, 23306590, 23308065, 23310101, 23312077, 23328639
23333567, 23336559, 23342170, 23481673, 23491861, 23499004, 23499160
23521523, 23527363, 23533647, 23548817, 23567857, 23572982, 23581777
23588722, 23599216, 23600861, 23610213, 23645516, 23665623, 23701062
23715460, 23715518, 23730161, 23733981, 23735292, 23738304, 23741944
23743596, 23746128, 23749454, 23761718, 18006569, 18010030, 18289874
18289895, 18294174, 18303148, 18307571, 18308349, 18326444, 18326846
18328857, 18330708, 18332831, 18334708, 18336189, 18337882, 18341675
18343905, 18345420, 18346821, 18348685, 18350620, 18352981, 18355111
18357348, 18368004, 18371491, 18373528, 18373756, 18374976, 18376875
18376878, 18383086, 18385983, 18401351, 18403922, 18401977, 18415926
18416451, 18421668, 18423416, 18425056, 18425998, 18435982, 18437162
18440648, 18443539, 18457597, 18460392, 18461826, 18467122, 18468470
18470606, 18471079, 18471473, 18473736, 18485034, 18485161, 18485174
18486059, 18486237, 18501056, 18516314, 18530364, 18534401, 18554533
18555417, 18556862, 18556967, 18560106, 18563422, 18571014, 18570598
18573817, 18578718, 18578797, 18588377, 18589081, 18589590, 18591506
18593740, 18595699, 18600330, 18601592, 18601996, 18611527, 18616637
18617969, 18623975, 18618166, 18641895, 18654629, 18655717, 18664211
18668398, 18669189, 18674197, 18674955, 18676172, 18677696, 18680159
18687075, 18689376, 18692973, 18693010, 18693290, 18697323, 18699619
18710696, 18713381, 18714016, 18717183, 18717859, 18718260, 18719799
18735430, 18737064, 18737403, 18737581, 18737954, 18739791, 18744383
18744686, 18752618, 18757934, 18759556, 18760407, 18764085, 18766301
18784414, 18786669, 18791883, 18792678, 18793511, 18796012, 18797119
18800423, 18801152, 18810934, 18808504, 18811725, 18812047, 18818566
18827228, 18827654, 18831514, 18835919, 18841671, 18843188, 18844549
18844841, 18845157, 18848746, 18848923, 18850622, 18907917, 18908321
18911701, 18912588, 18920582, 18921478, 18922704, 18923080, 18923215
18923338, 18923790, 18918667, 18926999, 18929210, 18938784, 18940060
18942749, 18953434, 18957555, 18960044, 18960801, 18965426, 18966594
18966788, 18967993, 18968162, 18976007, 18978100, 25102574, 25107852
25108996, 25109102, 25109423, 25031510, 25032818, 25034396, 25036006
25036474, 25042823, 25044977, 25045228, 25050160, 25051465, 25051628
25054064, 25057811, 25058080, 25060506, 25062592, 25063971, 25065563
25072986, 25077278, 25078611, 25086233, 25087436, 25012777, 25013872
25015982, 25018160, 25019339, 25019497, 25019758, 25100063, 25100579
25103996, 25107662, 25111033, 25114561, 25121084, 25120668, 25120742
25121089, 25123585, 25118363, 25129925, 25130312, 25140197, 25145163
25145215, 25150125, 25159176, 25162645, 25164293, 25166187, 25171041
25171084, 25175723, 25176408, 25178032, 25178101, 25178179, 25179774
25182817, 25184453, 25184555, 25186079, 25191872, 25192044, 25192528
25192729, 25195901, 25199585, 25201454, 25210355, 25203656, 25205954
25206864, 25207410, 25201912, 25211068, 25210499, 25210690, 25211628
25219450, 25223839, 25218182, 25225795, 25226665, 25227381, 25230870
25230145, 25237577, 25180188, 25180590, 25181448, 25181625, 25184807
25188384, 25250101, 25251648, 25257085, 25259611, 25262869, 25263960
25265499, 25269133, 25283790, 25287072, 25293659, 25296876, 25299227
25299807, 25300427, 25303284, 25303756, 25305405, 25307368, 25301116
25313154, 25313411, 25316758, 25317989, 25320555, 25323525, 25328013
25328518, 25329664, 25335189, 25335360, 25335790, 25337332, 25337640
25348956, 25353983, 25356118, 25357142, 25360661, 25362958, 25367588
25367721, 25382812, 25383204, 25384462, 25386748, 25388896, 25392535
25393714, 25395696, 25397936, 25398306, 25404210, 25405100, 25405687
25405813, 25410017, 25410180, 25410810, 25410877, 25411036, 25415713
25416731, 25417050, 25417056, 25417958, 25425005, 25425451, 25425760
25427662, 25429959, 25430120, 25433696, 25435038, 25437699, 25440818
25442559, 25444961, 25445168, 25451531, 25455795, 25457401, 25459958
25462714, 25463844, 25472112, 25472885, 25476125, 25476149, 25477657
25478885, 25479164, 25481087, 25482971, 25486384, 25489342, 25489367
25489607, 25492379, 25498930, 25498994, 25516250, 25518955, 25528838
25530080, 25530814, 25535668, 25536819, 25537470, 25539063, 25540738
25546580, 25546608, 25547901, 25551676, 25553616, 25554787, 25555252
25557886, 25558986, 25560487, 25561296, 25569149, 25570129, 25573623
25575348, 25575369, 25575628, 25579458, 25579761, 25591394, 25594901
25597525, 25598473, 25599425, 25600342, 25600421, 25601999, 25601888
25603923, 25606011, 25607726, 25612015, 25614866, 25616268, 25616359
25616417, 25616645, 25631933, 25633101, 25634317, 25634348, 25635149
25638456, 25639019, 25643818, 25643889, 25643931, 25646373, 25647325
25648731, 25653101, 25654459, 25654936, 25655390, 25655966, 25659655
25660847, 25661819, 25662088, 25662021, 25662518, 25663488, 25667973
25669791, 25670786, 25671354, 25672640, 25674386, 25681021, 25685152
25686739, 25687460, 25691904, 25694206, 25695903, 25696520, 25699321
25700654, 25701368, 25710420, 25715167, 25717371, 25722055, 25722608
25722720, 25723017, 25723158, 25728085, 25729507, 25730014, 25734963
25736747, 25739065, 25740844, 25741955, 25743479, 25747569, 25749273
25752755, 25754606, 25756945, 25757697, 25757748, 25760195, 25762221
25764100, 25766822, 25768681, 25772669, 25774077, 25775213, 25775444
25780343, 25783447, 25784010, 25785331, 25785441, 25788879, 25789041
25789277, 25789579, 25790353, 25792911, 25795865, 25797012, 25797118
25797305, 25800464, 25810510, 25803364, 25803545, 25807997, 25801518
25811063, 25810704, 25811650, 25812390, 25813931, 25818707, 25821810
25823532, 25823754, 25825910, 25826740, 25830492, 25832935, 25834581
25835365, 25838361, 25838755, 25852885, 25856821, 25858672, 25861398
25865785, 25870579, 25871177, 25871639, 25871753, 25872127, 25872389
25873336, 25874050, 25874678, 25882264, 25883438, 25885148, 25888073
25888984, 25890056, 25890673, 25890782, 25894239, 25895218, 25897615
25898228, 25904273, 25904490, 25905130, 25906117, 25906886, 25908728
25911718, 25914276, 25919622, 25932518, 25932728, 25933494, 25941836
25943271, 25945130, 25947799, 25951571, 25953857, 25954102, 25954054
25957038, 25963018, 25964954, 25967544, 25967985, 25970731, 25971286
25971817, 25973152, 25975723, 25977310, 25980605, 25980770, 25981498
25982666, 25986062, 25990107, 25995938, 25997810, 26006257, 26007010
26019148, 26018732, 26018784, 26105681, 26109075, 26109777, 26109780
26032573, 26034119, 26036748, 26037215, 26038086, 26039623, 26040483
26045732, 26051656, 26078437, 26078493, 26080410, 26083298, 26087754
26088426, 26088836, 26010767, 26010893, 26011640, 26011786, 26015327
26015405, 26016382, 26108080, 26108337, 26111059, 26110632, 26111842
26112621, 26115103, 26121990, 26118078, 26130486, 26137367, 26137416
26138085, 26145560, 26149904, 26153372, 26153977, 26168933, 26169341
26169345, 26170659, 26170715, 26176010, 26187943, 26189861, 26198757
26198926, 26201113, 26203182, 26223039, 26237338, 26237431, 26237773
26238195, 26182031, 26182677, 26183698, 26184115, 26185237, 26188143
26189718, 26256131, 26257953, 26259265, 26261327, 26263328, 26263721
26268756, 26269790, 26271001, 26274660, 26275103, 26275415, 26277439
26281476, 26285062, 26285933, 26308650, 26301047, 26317991, 26318627
26323308, 26318206, 26318769, 26325856, 26327418, 26327618, 26327775
26330194, 26331743, 26333141, 26336977, 26338953, 26351334, 26351996
26353617, 26358670, 26359011, 26362155, 26362821, 26366517, 26367012
26367460, 26371725, 26373967, 26374791, 26375052, 26375250, 26380017
26385189, 26388538, 26396790, 26398675, 26399626, 26399691, 26405036
26406387, 26407408, 26410180, 26412540, 26418088, 26420561, 26421667
26422277, 26423085, 26426526, 26426967, 26430323, 26430737, 26434436
26434999, 26435073, 26436168, 26438612, 26439748, 26440169, 26440749
26442308, 26444601, 26444887, 26446018, 26452606, 26474662, 26474703
26475419, 26476184, 26478970, 26479173, 26482376, 26486365, 26492866
26493289, 26498354, 26513067, 26513701, 26521043, 26521839, 26523432
26526726, 26526799, 26536320, 26537307, 26542135, 26542236, 26542835
26544823, 26545688, 26546070, 26546664, 26546754, 26548363, 26556014
26558437, 26569225, 26575788, 26580633, 26581860, 26584641, 26588069
26597140, 26599395, 26608137, 26608238, 26601942, 26615291, 26615690
26617804, 26623652, 26626879, 26629381, 26633355, 26633558, 26635897
26637273, 26637818, 26639167, 26641610, 26651026, 26650540, 26654363
26658759, 26659182, 26669550, 26680105, 26712331, 26714486, 26714910
26717528, 26718511, 26725687, 26727397, 26729494, 26729611, 26740700
26744595, 26745010, 26751106, 26751171, 26755171, 26758193, 26764561
26765212, 26768105, 26775610, 26784501, 26790123, 26794786, 26797591
26798411, 26798516, 26810503, 26816582, 26820076, 26822314, 26822620
26818833, 26828994, 26829845, 26833932, 26837569, 26837710, 26840654
26844406, 26844870, 26849779, 26871815, 26875822, 26883456, 26895149
26896659, 26898563, 26907236, 26907327, 26908788, 26901100, 26901504
26910716, 26911000, 26939314, 26943004, 26944190, 26958896, 26963310
26966616, 26966916, 26967713, 26968670, 26969321, 26970175, 26970717
26981910, 26983259, 26985010, 26986173, 26992964, 27000158, 27006120
27006664, 27001164, 27013146, 27108251, 27032785, 27033520, 27033652
27034890, 27036163, 27037839, 27038986, 27039712, 27044169, 27044297
27045634, 27052607, 27056711, 27058530, 27060167, 27060859, 27061736
27072923, 27073314, 27079140, 27084613, 27087426, 27010765, 27012508
27013423, 27017854, 27100800, 27101105, 27105900, 27106179, 27110878
27115422, 27117822, 27119621, 27119861, 27122162, 27118618, 27125872
27133662, 27134734, 27135647, 27135993, 27138325, 27142120, 27142373
27142529, 27144928, 27151826, 27153641, 27160122, 27161071, 27162390
27161805, 27163928, 27165231, 27169796, 27170305, 27181537, 27181897
27185188, 27195935, 27199185, 27200159, 27202115, 27203055, 27207110
27208795, 27213218, 27216046, 27217412, 27223075, 27229389, 27231051
27234962, 27236722, 27182226, 27184337, 27184999, 27188917, 27189531
27250547, 27251690, 27255377, 27256000, 27258578, 27259307, 27262945
27264464, 27266185, 27274456, 27274536, 27275533, 27276231, 27283960
27284499, 27285184, 27288638, 27292213, 27293599, 27310711, 27310730
27303287, 27303938, 27304410, 27304906, 27305039, 27308088, 27314206
27314390, 27314697, 27320576, 27321179, 27329612, 27333106, 27334316
27338912, 27338946, 27339115, 27345231, 27346701, 27348081, 27349393
27351067, 27351628, 27359178, 27364854, 27367194, 27369515, 27370165
27375542, 27381498, 27383281, 27386467, 27393570, 27394703, 27395416
27396618, 27396672, 27396813, 27397048, 27400416, 27400598, 27404573
27404668, 27405645, 27416997, 27423251, 27418405, 27426363, 27432062
27432826, 27433385, 27433870, 27434193, 27439835, 27441326, 27442041
27445727, 27457891, 27459593, 27459948, 27466597, 27468303, 27486805
27487919, 27489107, 27493674, 27494663, 27501373, 27501413, 27501820
27504770, 27505229, 27508985, 27510159, 27525901, 27529661, 27533780
27533819, 27534501, 27540613, 27544973, 27548131, 27554074, 27555481
27558861, 27560610, 27561888, 27565906, 27567477, 27576342, 27576354
27587905, 27588271, 27593501, 27595973, 27601118, 27601441, 27607563
27611612, 27613080, 27613530, 27617978, 27620808, 27623159, 27629756
27632114, 27634676, 27634991, 27645231, 27657712, 27658186, 27666312
27671633, 27680669, 27686599, 27687880, 27688036, 27688019, 27688692
27691920, 27691939, 27693416, 27693713, 27695063, 27698953, 27700466
27704237, 27701046, 27710072, 27719000, 27726780, 27729678, 27739006
27740418, 27748954, 27751755, 27757567, 27757888, 27758544, 27758653
27758972, 27759077, 27769361, 27793533, 27799032, 27801337, 27818389
27819881, 27818540, 27818543, 27825181, 27828794, 27829295, 27833672
27834551, 27834569, 27835925, 27839353, 27846298, 27846499, 27847259
27850112, 27855490, 27861226, 27873412, 27882176, 27886087, 27897759
27898015, 27910561, 27901478, 27927431, 27929287, 27931299, 27935493
27940876, 27945870, 27951817, 27959048, 27959594, 27966472, 27967484
27983174, 27986817, 27994325, 27995215, 27995188, 27997875, 27998003
27999073, 27999638, 28001069, 28102021, 28103081, 28103399, 28103482
28018793, 28105414, 28106866, 28033429, 28040776, 28043157, 28045903
28067846, 28071549, 28072383, 28072567, 28074713, 28079127, 28010453
28018160, 28019662, 28108003, 28111583, 28120036, 28120151, 28118631
28125947, 28129791, 28140658, 28157786, 28164480, 28165439, 28171079
28174827, 28180464, 28181101, 28184554, 28188330, 28190796, 28194173
28199085, 28201419, 28201985, 28215510, 28218832, 28220398, 28223871
28226179, 28229360, 28236305, 28238264, 28182712, 28250129, 28256164
28271119, 28276054, 28279837, 28281014, 28282606, 28290434, 28294563
28310049, 28305001, 28305362, 28301406, 28319114, 28320399, 28330714
28330171, 28354603, 28357401, 28361221, 28365111, 28369012, 28371123
28373960, 28375383, 28378446, 28384353, 28386259, 28388910, 28391073
28391210, 28396445, 28397317, 28401116, 28410823, 28420042, 28420457
28423598, 28432129, 28434108, 28437315, 28439086, 28454215, 28454182
28468312, 28468493, 28481149, 28483184, 28489150, 28501075, 28510343
28503038, 28507318, 28508053, 28508557, 28512336, 28521330, 28521841
28528349, 28530171, 28535127, 28535272, 28537715, 28538439, 28541855
28545134, 28546290, 28547068, 28564479, 28571483, 28571807, 28572834
28578164, 28578945, 28585411, 28587723, 28589501, 28601033, 28608211
28612674, 28617631, 28617959, 28621470, 28622210, 28627255, 28636676
28639299, 28642899, 28678804, 28691965, 28692103, 28692275, 28697806
28708103, 28701063, 28710469, 28714988, 28728272, 28734355, 28740708
28742555, 28749289, 28749718, 28758010, 28758722, 28774416, 28777174
28791725, 28797711, 28803345, 28817449, 28819640, 28820669, 28821847
28830691, 28831971, 28835937, 28836716, 28838066, 28844866, 28849751
28852691, 28855922, 28856060, 28856172, 28863263, 28863487, 28867992
28887305, 28889730, 28891984, 28927452, 28949888, 28951382, 28956908
28959493, 28961011, 28965015, 28965787, 28986231, 28986257, 28987439
28991884, 28993295, 28993590, 29001888, 29006527, 29007321, 29007353
29001513, 29013832, 29018054, 29106582, 29107694, 29032276, 29040739
29048498, 29050886, 29061016, 29061016, 29115857, 29125374, 29158680
29163567, 29171032, 29173817, 29179017, 29182517, 29182901, 29189889
29198012, 29200700, 29203604, 29213320, 29218605, 29237575, 29187712
29189289, 29251030, 29250317, 29260156, 29278684, 29301463, 29339155
29343086, 29343861, 29347943, 29353821, 29372069, 29371860, 29375355
29375984, 29376346, 29378913, 29379978, 29383695, 29388100, 29398488
29399336, 29405462, 29401149, 29401455, 29426181, 29434301, 29436454
29437712, 29450812, 29452251, 29454978, 29464779, 29483626, 29483672
29483723, 29483771, 29501057, 29500163, 29504682, 29511611, 29518985
29530515, 29536342, 29538631, 29541849, 29542580, 29548592, 29549071
29580394, 29614575, 29621961, 29625065, 29626154, 29629430, 29633753
29637526, 29645349, 29651520, 29656843, 29667994, 29676089, 29678163
29685137, 29687220, 29690625, 29703195, 29707896, 29719146, 29718063
29726695, 29767177, 29782211, 29791152, 29794462, 29807964, 29813494
29817278, 29825525, 29836659, 29841687, 29846645, 29853485, 29865188
29869404, 29875459, 29876358, 29881050, 29884958, 29893132, 29910311
29914449, 29944035, 29944660, 29951620, 29961353, 29962927, 29962939
29991257, 30018017, 30031107, 30064268, 30076253, 30078934, 30088912
30018251, 30019310, 30114477, 30120608, 30125995, 30131286, 30147928
30150731, 30163183, 30164714, 30173113, 30177597, 30179644, 30189103
30196358, 31000758, 31015130, 31018044, 31018317, 31023712, 31039480
30181567, 30184787, 30186179, 30187305, 31052018, 31052156, 31053255
31065523, 31072329, 31081591, 31082501, 31083932, 30305880, 30312014
30342878, 30364613, 30365745, 30374739, 30384152, 30410386, 30403763
30408515, 30413137, 30416034, 30431274, 30441687, 30453442, 30458593
30460122, 30475115, 30485255, 30496957, 30497057, 30501574, 30503943
30501277, 30510527, 30582500, 30613937, 30635310, 30654401, 30671813
30741263, 30803210, 30815852, 30168208

OPatch succeeded.

[oracle@oracleagent 30886680]$ export PATH=/u01/app/oracle/product/12.2.0.1/db_1/OPatch:$PATH
[oracle@oracleagent 30886680]$ opatch version
OPatch Version: 12.2.0.1.19
OPatch succeeded.

Here we are going to apply patch with opatch apply.

User need to give Y to proceed Patch.

[oracle@oracleagent 30886680]$ opatch apply
Oracle Interim Patch Installer version 12.2.0.1.19
Copyright (c) 2021, Oracle Corporation. All rights reserved.

Oracle Home : /u01/app/oracle/product/12.2.0.1/db_1
Central Inventory : /u01/app/oraInventory
from : /u01/app/oracle/product/12.2.0.1/db_1/oraInst.loc
OPatch version : 12.2.0.1.19
OUI version : 12.2.0.1.4
Log file location : /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-03-10AM_1.log

Verifying environment and performing prerequisite checks…
OPatch continues with these patches: 30886680


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/product/12.2.0.1/db_1')

Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files…
Applying interim patch '30886680' to OH '/u01/app/oracle/product/12.2.0.1/db_1'
ApplySession: Optional component(s) [ oracle.swd.oui, 12.2.0.1.0 ] , [ oracle.oid.client, 12.2.0.1.0 ] , [ oracle.has.crs, 12.2.0.1.0 ] , [ oracle.rdbms.drdaas, 12.2.0.1.0 ] , [ oracle.ons.daemon, 12.2.0.1.0 ] , [ oracle.network.cman, 12.2.0.1.0 ] not present in the Oracle Home or a higher version is found.


Patching component oracle.rdbms.rsf, 12.2.0.1.0…
Patching component oracle.rdbms, 12.2.0.1.0…
Patching component oracle.rdbms.util, 12.2.0.1.0…
Patching component oracle.network.rsf, 12.2.0.1.0…
Patching component oracle.ctx, 12.2.0.1.0…
Patching component oracle.ctx.rsf, 12.2.0.1.0…
Patching component oracle.has.common.cvu, 12.2.0.1.0…
Patching component oracle.ldap.rsf, 12.2.0.1.0…
Patching component oracle.rdbms.dbscripts, 12.2.0.1.0…
Patching component oracle.rdbms.deconfig, 12.2.0.1.0…
Patching component oracle.rdbms.rsf.ic, 12.2.0.1.0…
Patching component oracle.sdo, 12.2.0.1.0…
Patching component oracle.sdo.locator, 12.2.0.1.0…
Patching component oracle.tfa, 12.2.0.1.0…
Patching component oracle.xdk.parser.java, 12.2.0.1.0…
Patching component oracle.rdbms.dv, 12.2.0.1.0…
Patching component oracle.precomp.rsf, 12.2.0.1.0…
Patching component oracle.rdbms.crs, 12.2.0.1.0…
Patching component oracle.rdbms.rman, 12.2.0.1.0…
Patching component oracle.rdbms.install.plugins, 12.2.0.1.0…
Patching component oracle.sqlplus, 12.2.0.1.0…
Patching component oracle.ons, 12.2.0.1.0…
Patching component oracle.oraolap, 12.2.0.1.0…
Patching component oracle.xdk.rsf, 12.2.0.1.0…
Patching component oracle.xdk, 12.2.0.1.0…
Patching component oracle.rdbms.lbac, 12.2.0.1.0…
Patching component oracle.sqlplus.ic, 12.2.0.1.0…
Patching component oracle.assistants.server, 12.2.0.1.0…
Patching component oracle.nlsrtl.rsf, 12.2.0.1.0…
Patching component oracle.assistants.deconfig, 12.2.0.1.0…
Patching component oracle.ldap.rsf.ic, 12.2.0.1.0…
Patching component oracle.ldap.client, 12.2.0.1.0…
Patching component oracle.assistants.acf, 12.2.0.1.0…
Patching component oracle.rdbms.oci, 12.2.0.1.0…
Patching component oracle.install.deinstalltool, 12.2.0.1.0…
Patching component oracle.oracore.rsf, 12.2.0.1.0…
Patching component oracle.precomp.lang, 12.2.0.1.0…
Patching component oracle.precomp.common, 12.2.0.1.0…
Patching component oracle.jdk, 1.8.0.91.0…
Patch 30886680 successfully applied.
Log file location: /u01/app/oracle/product/12.2.0.1/db_1/cfgtoollogs/opatch/opatch2021-01-18_10-03-10AM_1.log

OPatch succeeded.

Bringing up the instance and execute the datapatch verbose.

SQL> startup
ORACLE instance started.
Total System Global Area 1883107968 bytes
Fixed Size 8623736 bytes
Variable Size 671011080 bytes
Database Buffers 1795162112 bytes
Redo Buffers 8151040 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

[oracle@oracleagent 30886680]$ cd $ORACLE_HOME/OPatch
[oracle@oracleagent OPatch]$ ./datapatch -verbose
SQL Patching tool version 12.2.0.1.0 Production on Mon Jan 18 10:33:28 2021
Copyright (c) 2012, 2021, Oracle. All rights reserved.

Log file for this invocation: /u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_30825_2021_01_18_10_33_28/sqlpatch_invocation.log
Connecting to database…OK
Bootstrapping registry and package to current versions…done
Determining current state…done
Current state of SQL patches:
Bundle series DBRU:
ID 200414 in the binary registry and not installed in the SQL registry

Adding patches to installation queue and performing prereq checks…
Installation queue:
Nothing to roll back
The following patches will be applied:
30886680 (DATABASE APR 2021 RELEASE UPDATE 12.2.0.1.200414)

Installing patches…
Patch installation complete. Total patches installed: 1

Validating logfiles…
Patch 30886680 apply: SUCCESS
logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/30886680/23474251/30886680_apply_BIJU1_2021Jan18_10_34_01.log (no errors)
SQL Patching tool complete on Mon Jan 18 10:37:30 2021

[oracle@oracleagent OPatch]$ sqlplus / as sysdba
SQL*Plus: Release 12.2.0.1.0 Production on Mon Jan 18 10:38:48 2021
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

SQL> SELECT owner, object_name, object_type FROM all_objects WHERE status ='INVALID';
no rows selected

SQL> set line 1000
col action form a12
col version form a40
col description form a85
col action_date form a20
select description, action, to_char(action_time,'DD/MM/RR HH18:MI:SS') action_date, ' ' version
from dba_registry_sqlpatch;

DESCRIPTION              ACTION             ACTION_DATE          VERSION
----------------------------- ---------- --------------------- ------------------
DATABASE APR 2021 RELEASE      APPLY   18/01/20 10:37:30       12.2.0.1.0
UPDATE 12.2.0.1.200414

Thank you for giving your valuable time to read the above information.
If you want to be updated with all our articles send us the Invitation or Follow us:
Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter : https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8