Disclaimer

Wednesday 27 October 2021

While running a query is slow compare as yesterday

 

DBA career mostly face the issue “Yesterday this database Query is running fine. But today we have observed database query response time is very slow compare as yesterday" question raise from Development Team / Client.

Today morning I went to my office through bike at 8.00 AM from my home. I have reached my office at 9.00 AM. It took one hour. When I was started from my office to home at 6.00 PM, it took 2 hours. Why the time different is varying?



DBA point of view first action


1. Take explain plan for database query.

Ø If you have any old (yesterday) explain plan for database query,
Compare the both.
Ø Query used which type of optimizer?
Ø If table’s go to full table scan check the index available or not.
Ø If index is not available, Create the index & Compare the explain plan.
Ø If index available Check why my index is not being used?
Ø Check the Joins Method
Ø Using HINT to force the optimizer.

2. Compare the table growth today & old one.


3. Check the statistics gathered for the table or not.

Ø Yesterday the table contains only 1,00,000 records.Yesterday night
inserted large number of records. (Depend on business).
Ø Large number of deletion occur in the table.( So fragmentation is there)
Ø Now the table contains 10,00,000 records.
So its takes more time to fetch the data generally.
Ø Check when did the table is analyzed?
Ø Suppose the tables were analyzed yesterday morning. But yesterday
night large number records are inserted.
So we need to analyze the corresponding objects.
Ø If statistics is outdated, gather the new statistics using
Analyze/DBMS package.
 

4. Check the connected sessions


Ø Yesterday 25 Active Users only connected to database.
Today 100 Active users connected. (Due to this PGA, SGA & I/O used
large amount of resource are consumed)
Ø Check the wait event.


5. Check the Physical reads/ Logical reads.

6. Check the hit ratio. (Library cache, Data dictionary & Db Cache)

7. Ensure if any init parameter or memory structure changed.

8. Generated trace file for the particular query. (Using TKPROF)

9. OS level any background process taking more CPU utilization belongs to the database. (RMAN backup, EXP/IMP, DB Analyze job, Materialized view refresh job etc…)

 

Saturday 16 October 2021

Patching - Oracle Enterprise Manager 13c Release 4 Update 13 (13.4.0.13)

Description:-

In this article we are going to see the patching of OEM Server.

We need to Download Patch 33177978: Oracle Enterprise Manager 13c Release 4 Update 13 (13.4.0.13) for Oracle Management Service

OMSPatcher patch of version 13.9.4.6.0 for Enterprise Manager Cloud Control 13.4.0.0.0 (Patch) For RU6 and above (Patch)

OPatch 13.9.4.2.6 is available via Patch 28186730. Ensure that the correct version 13.9.4.2.6 is selected while downloading the OPatch.


The first thing is to download the following three patches:

1) p19999993_134000_Generic.zip ( Download OMSPatcher patch of version 13.9.4.5.0 for Enterprise Manager Cloud Control 13.4.0.0.0 For RU6 and above)- 

OMSPatcher


2) p28186730_139427_Generic.zip - 6880880

3) p33177978_134000_Generic.zip - 33177978

[root@ora04dbaoem01p ~]# sudo su - oracle
[oracle@ora04dbaoem01p ~]$
[oracle@ora04dbaoem01p ~]$
[oracle@ora04dbaoem01p ~]$
[oracle@ora04dbaoem01p ~]$ df -h
Filesystem                                       Size  Used Avail Use% Mounted on
devtmpfs                                          16G     0   16G   0% /dev
tmpfs                                             16G     0   16G   0% /dev/shm
tmpfs                                             16G   74M   16G   1% /run
tmpfs                                             16G     0   16G   0% /sys/fs/cgroup
/dev/mapper/rootvg-root_lv                       9.8G  1.9G  7.5G  20% /
/dev/mapper/rootvg-usr                           8.8G  4.8G  3.6G  58% /usr
/dev/mapper/rootvg-tmp_lv                         30G  1.3G   27G   5% /tmp
/dev/xvdb1                                       976M  400M  509M  44% /boot
/dev/mapper/rootvg-opt_lv                        3.9G  1.7G  2.1G  45% /opt
/dev/mapper/rootvg-home_lv                       5.9G  264M  5.3G   5% /home
/dev/mapper/rootvg-var_lv                        5.9G  2.7G  3.0G  48% /var
/dev/mapper/rootvg-var_log_lv                    3.9G  104M  3.6G   3% /var/log
/dev/mapper/datavg00-app_ora_agent_lv            9.8G  2.3G  7.1G  25% /applications/oracle/agent
/dev/mapper/datavg00-app_ora_oms_lv               25G   12G   12G  52% /applications/oracle/oms
/dev/mapper/datavg00-app_ora_oms13R4_lv           59G   32G   25G  57% /applications/oracle/oms13R4


[oracle@ora04dbaoem01p ~]$ cd /applications/oracle/oms13R4
[oracle@ora04dbaoem01p oms13R4]$ ls -lrt
total 12
drwxr-x---.  4 oracle oinstall 4096 Jan  5  2021 gc_inst
drwxr-xr-x. 71 oracle oinstall 4096 Oct 14 19:22 Middleware
drwxr-x---. 75 oracle oinstall 4096 Oct 15 06:14 swlib


Check Take the backup of OMS HOME:-


[oracle@ora04dbaoem01p oms13R4]$ cp * -R /mnt/nfs/rman_dir/OEM_BACKUP


[oracle@ora04dbaoem01p oms13R4]$ cd /tmp
[oracle@ora04dbaoem01p tmp]$ ls -lrt
total 76

drwxr-xr-x. 2 oracle oinstall  4096 Oct 12 16:24 OraInstall2021-10-12_04-24-40PM
drwxr-xr-x. 2 oracle oinstall  4096 Oct 12 16:25 OraInstall2021-10-12_04-25-37PM
drwxr-xr-x. 5 oracle oinstall  4096 Oct 12 16:45 patch_oem
drwxr-----. 2 oracle oinstall  4096 Oct 15 10:28 wlstOfflineLogs_oracle
drwxr-xr-x. 2 oracle oinstall  4096 Oct 15 10:55 hsperfdata_oracle

[oracle@ora04dbaoem01p tmp]$ cd patch_oem

[oracle@ora04dbaoem01p patch_oem]$ ls -lrt
total 12
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:45 OPATCH_p
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:46 RUPatch
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:46 OMSPatcher_P



[oracle@ora04dbaoem01p patch_oem]$ cd OMSPatcher_P/
[
oracle@ora04dbaoem01p OMSPatcher_P]$ ls -lrt
total 768
-rw-r--r--. 1 oracle oinstall 786169 Oct 12 16:40 p19999993_134000_Generic.zip


[oracle@ora04dbaoem01p OMSPatcher_P]$ unzip p19999993_134000_Generic.zip

Archive:  p19999993_134000_Generic.zip
   creating: OMSPatcher/
  inflating: OMSPatcher/omspatcher.bat
   creating: OMSPatcher/jlib/
  inflating: OMSPatcher/jlib/omspatcher.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.unix.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.windows.jar
   creating: OMSPatcher/scripts/
   creating: OMSPatcher/scripts/oms/
   creating: OMSPatcher/scripts/oms/oms_child_scripts/
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_jvm_discovery
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_jvm_discovery.bat
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_wls
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_wls.bat
  inflating: OMSPatcher/scripts/oms/omspatcher
  inflating: OMSPatcher/scripts/oms/omspatcher.bat
   creating: OMSPatcher/wlskeys/
  inflating: OMSPatcher/wlskeys/createkeys.cmd
  inflating: OMSPatcher/wlskeys/createkeys.sh
  inflating: OMSPatcher/wlskeys/runCreateKeys.pl
  inflating: OMSPatcher/wlskeys/storeKey.py
  inflating: OMSPatcher/version.txt
   creating: OMSPatcher/oms/
  inflating: OMSPatcher/oms/generateMultiOMSPatchingScripts.pl
  inflating: OMSPatcher/omspatcher
  inflating: readme.txt
  inflating: PatchSearch.xml


[oracle@ora04dbaoem01p OMSPatcher_P]$ ls -lrt
total 780
drwxr-xr-x. 6 oracle oinstall   4096 Jul 21 22:08 OMSPatcher
-rw-r--r--. 1 oracle oinstall    970 Jul 30 11:53 readme.txt
-rw-rw-r--. 1 oracle oinstall   2329 Jul 30 14:01 PatchSearch.xml
-rw-r--r--. 1 oracle oinstall 786169 Oct 12 16:40 p19999993_134000_Generic.zip


First we need to upgrade OPatch Tool and OMSPatcher Utility to Version 13.9.4.6.0 


Check Opatch and OMSPatcher version :

[oracle@ora04dbaoem01p oms13R4]$ cd $ORACLE_HOME
[oracle@ora04dbaoem01p Middleware]$ pwd
/applications/oracle/oms13R4/Middleware



Upgrade to latest OMSPatcher version :


[oracle@ora04dbaoem01p OMSPatcher_P]$ cd $ORACLE_HOME
[oracle@ora04dbaoem01p Middleware]$
[oracle@ora04dbaoem01p Middleware]$ mv OMSPatcher OMSPatcher_bkp151021 ----take the backup of Current OMSPatche

[oracle@ora04dbaoem01p Middleware]$ cd -
/tmp/patch_oem/OMSPatcher_P

[oracle@ora04dbaoem01p OMSPatcher_P]$ mv OMSPatcher $ORACLE_HOME

[oracle@ora04dbaoem01p OMSPatcher_P]$ cd $ORACLE_HOME
[oracle@ora04dbaoem01p Middleware]$ pwd
/applications/oracle/oms13R4/Middleware
[oracle@ora04dbaoem01p Middleware]$ cd OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$ pwd
/applications/oracle/oms13R4/Middleware/OMSPatcher

oracle@ora04dbaoem01p OMSPatcher]$ ./omspatcher version

OMSPatcher Version: 13.9.4.6.0
OPlan Version: 12.2.0.1.16
OsysModel build: Thu Oct 25 18:18:12 PDT 2018

OMSPatcher succeeded.


==============================================================================================================

[oracle@ora04dbaoem01p OMSPatcher]$ cd /tmp/patch_oem/

[oracle@ora04dbaoem01p patch_oem]$ ls -lrt
total 12
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:45 OPATCH_p
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:46 RUPatch
drwxr-xr-x. 2 oracle oinstall 4096 Oct 15 10:59 OMSPatcher_P

[oracle@ora04dbaoem01p patch_oem]$ cd RUPatch/

[oracle@ora04dbaoem01p RUPatch]$ ls -lrt
total 1207228
-rw-r--r--. 1 oracle oinstall 1236194742 Oct 12 16:40 p33177978_134000_Generic.zip


[oracle@ora04dbaoem01p RUPatch]$ unzip p33177978_134000_Generic.zip  -------------------------------This is patch

Archive:  p33177978_134000_Generic.zip
   creating: 33177978/
   creating: 33177978/32198970/
   creating: 33177978/32198970/etc/
   creating: 33177978/32198970/etc/rcu/
  inflating: 33177978/32198970/etc/rcu/emPatchRollback.xml
  inflating: 33177978/32198970/etc/rcu/emPatchApply.xml
   creating: 33177978/32198970/etc/config/
  inflating: 33177978/32198970/etc/config/actions.xml
  inflating: 33177978/32198970/etc/config/artifact_rollback.xml
  inflating: 33177978/32198970/etc/config/artifact_apply.xml
  inflating: 33177978/32198970/etc/config/inventory.xml
  inflating: 33177978/32198970/rollback_bp_version.sql
   creating: 33177978/32198970/files/
  inflating: 33177978/33178005/rollback_data_upgrade_30333858.sql
  inflating: 33177978/33178005/rollback_schema_upgrade_31528917.sql
  inflating: 33177978/33178005/rollback_data_upgrade_29781233.sql
  inflating: 33177978/33178005/rollback_data_upgrade_29781056.sql
 extracting: 33177978/33178005/README.txt
  inflating: 33177978/33178005/apply_bp_version.sql
  inflating: 33177978/33178005/apply_files.sql
  inflating: 33177978/33178005/rollback_files.sql
  inflating: 33177978/33178005/rollback_schema_upgrade_29953528.sql
  inflating: 33177978/33178005/rollback_schema_upgrade_30571600.sql
  inflating: 33177978/33178005/rollback_data_upgrade_32353137.sql
  inflating: 33177978/33178005/rollback_schema_upgrade_31235419.sql
  inflating: 33177978/33178005/rollback_data_upgrade_29953528.sql
  inflating: 33177978/33178005/rollback_data_upgrade_31528917.sql
  inflating: 33177978/33178005/rollback_data_upgrade_31399830.sql
  inflating: 33177978/33178005/rollback_data_upgrade_31235419.sql
  inflating: 33177978/pluginDep.txt
  inflating: PatchSearch.xml

[oracle@ora04dbaoem01p RUPatch]$ pwd
/tmp/patch_oem/RUPatch


[oracle@ora04dbaoem01p RUPatch]$ ls -lrt
total 1207236
drwxr-x---. 18 oracle oinstall       4096 Sep 14 16:15 33177978  ----------------------------> This is the patch number 
-rw-rw-r--.  1 oracle oinstall       3157 Sep 29 06:45 PatchSearch.xml
-rw-r--r--.  1 oracle oinstall 1236194742 Oct 12 16:40 p33177978_134000_Generic.zip


[oracle@ora04dbaoem01p RUPatch]$ cd 33177978/

[oracle@ora04dbaoem01p 33177978]$ echo $ORACLE_HOME
/applications/oracle/oms13R4/Middleware

[oracle@ora04dbaoem01p 33177978]$ pwd
/tmp/patch_oem/RUPatch/33177978

[oracle@ora04dbaoem01p 33177978]$ cd /applications/oracle/oms13R4/Middleware/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$

[oracle@ora04dbaoem01p OMSPatcher]$ ./omspatcher apply -analyze /tmp/patch_oem/RUPatch/33177978

OMSPatcher Automation Tool
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


OMSPatcher version : 13.9.4.6.0
OUI version        : 13.9.4.0.0
Running from       : /applications/oracle/oms13R4/Middleware
Log file location  : /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/opatch2021-10-15_11-05-23AM_1.log

OMSPatcher log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-05-30AM_analyze.log

Please enter OMS weblogic admin server URL(t3s://ora04dbaoem01p.samik.com:7102):>
Please enter OMS weblogic admin server username(weblogic):>
Please enter OMS weblogic admin server password:>


WARNING: Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.

Configuration Validation: Success


Running apply prerequisite checks for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" and Oracle Home "/applications/oracle/oms13R4/Middleware"...

Prerequisite checks FAILED for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985".


Complete Summary
================


All log file names referenced below can be accessed from the directory "/applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-05-23AM_SystemPatch_33177978_1"

Prerequisites analysis summary:
-------------------------------

The following sub-patch(es) are not applicable:

             Featureset                                             Sub-patches                                                                                  Log file
             ----------                                             -----------                                                                                  --------
  oracle.sysman.top.oms   33177988,31812958,33177981,32436258,33178011,33177985   33177988,31812958,33177981,32436258,33178011,33177985_opatch2021-10-15_11-05-29AM_1.log


The following sub-patches are incompatible with components installed in the OMS system:
32198935,33178005,32198861,32198970,33178002,33178015,32720722,31889317,33177968



[ Error during Run sub-patch(es) binary prerequisite checks Phase]. Detail: Some of the prerequisite checks to apply or rollback the patch(es) have failed.
OMSPatcher failed: Some of the prerequisite checks to apply or rollback the patch(es) have failed.
--------------------------------------------------------------------------------
The following warnings have occurred during OPatch execution:
1)  Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
2)  Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
3)  Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
4)  Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
5)  Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
6)  Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
7)  Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
8)  Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
9)  Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
--------------------------------------------------------------------------------
Log file location: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-05-30AM_analyze.log

Recommended actions: Please refer log file(s) for more details on the errors. Please contact Oracle Support.

OMSPatcher failed with error code 238


=======================================================================================================================

[oracle@ora04dbaoem01p OMSPatcher]$ tail -50f /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-05-30AM_analyze.log
[
Oct 15, 2021 11:05:55 AM]   Collect Patch Data: In Progress...
[Oct 15, 2021 11:06:44 AM]   Collect Patch Data: Completed.
[Oct 15, 2021 11:06:45 AM]   Collect Target Data: In Progress...
[Oct 15, 2021 11:06:45 AM]   Collect Target Data: Completed.
[Oct 15, 2021 11:06:45 AM]   --------------------------------------------------------------------------------------------------------------------------------------------

                             Enterprise Manager with single primary OMS instance only, not a Multi-OMS environment, and no HA configuration;
                             Primary OMS instance(s):

                             ora04dbaoem01p.samik.com

                             OMS repository connect descriptor:
                             (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ora04dbaoem01p.samik.com)(PORT=1521)))(CONNECT_DATA=(SID=OEMDB)))


                             Platform Oracle home:
                             /applications/oracle/oms13R4/Middleware
                             List of Plugin Oracle homes:
                             oracle.sysman.cfw.oms.plugin : /applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.cfw.oms.plugin_13.4.1.0.0
                             oracle.sysman.db.oms.plugin : /applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0
                             oracle.sysman.emas.oms.plugin : /applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0
                             oracle.sysman.si.oms.plugin : /applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0
                             oracle.sysman.xa.oms.plugin : /applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0
                             --------------------------------------------------------------------------------------------------------------------------------------------
[Oct 15, 2021 11:06:45 AM]   Validate Configuration: In Progress...
[Oct 15, 2021 11:06:45 AM]   Checking the status of weblogic admin server for OMS instance domain...
[Oct 15, 2021 11:06:45 AM]   State of the weblogic admin server "EMGC_ADMINSERVER" for OMS instance domain is : RUNNING
[Oct 15, 2021 11:06:45 AM]   AdminServer status check: [PASSED]
[Oct 15, 2021 11:06:45 AM]   Checking the status of OMS repository...
[Oct 15, 2021 11:06:45 AM]   Status of the OMS repository is : UP
[Oct 15, 2021 11:06:45 AM]   OMS repository status check: [PASSED]
[Oct 15, 2021 11:06:45 AM]   Checking whether software library is configured....
[Oct 15, 2021 11:06:45 AM]   Software library is correctly configured.
[Oct 15, 2021 11:06:45 AM]   Checking whether software library is configured....Software library configuration check: [PASSED]
[Oct 15, 2021 11:06:45 AM]   Validate Configuration: Completed.
[Oct 15, 2021 11:06:46 AM]   Running apply prerequisite checks for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" and Oracle Home "/applications/oracle/oms13R4/Middleware"...
[Oct 15, 2021 11:07:10 AM]   [ Prerequisite Status: FAILED, Prerequisite output:
                             The details are:
                             Prerequisite check "CheckMinimumOPatchVersion" failed.]
[Oct 15, 2021 11:07:10 AM]   Prerequisite checks FAILED for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985".
[Oct 15, 2021 11:07:10 AM]   OMSPatcher failed to validate some or all of patches binary prerequisite checks. Please refer log file(s) for more details.
[Oct 15, 2021 11:07:10 AM]   Copying all logs to: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-05-23AM_SystemPatch_33177978_1
[Oct 15, 2021 11:07:10 AM]   Prerequisites analysis summary:
                             -------------------------------
                             The following sub-patch(es) are not applicable:
                             oracle.sysman.top.oms:33177988,31812958,33177981,32436258,33178011,33177985


                             The following sub-patches are incompatible with components installed in the OMS system:
                             32198935,33178005,32198861,32198970,33178002,33178015,32720722,31889317,33177968


[oracle@ora04dbaoem01p OMSPatcher]$ cd ../bin
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/bin


[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$


[oracle@ora04dbaoem01p bin]$ emctl stop oms -all

Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
Stopping Oracle Management Server...
WebTier Successfully Stopped
Oracle Management Server Successfully Stopped
Oracle Management Server is Down
JVMD Engine is Down
Stopping BI Publisher Server...
BI Publisher Server Successfully Stopped
AdminServer Successfully Stopped
BI Publisher Server is Down




[oracle@ora04dbaoem01p bin]$ cd /tmp/patch_oem/

[oracle@ora04dbaoem01p patch_oem]$ ls -lrt
total 12
drwxr-xr-x. 2 oracle oinstall 4096 Oct 12 16:45 OPATCH_p
drwxr-xr-x. 2 oracle oinstall 4096 Oct 15 10:59 OMSPatcher_P
drwxr-xr-x. 3 oracle oinstall 4096 Oct 15 11:01 RUPatch

[oracle@ora04dbaoem01p patch_oem]$ cd OPATCH_p/
[oracle@ora04dbaoem01p OPATCH_p]$ ls -lrt
total 50952
-rw-r--r--. 1 oracle oinstall 52172002 Oct 12 16:41 p28186730_139427_Generic.zip

[oracle@ora04dbaoem01p OPATCH_p]$ unzip p28186730_139427_Generic.zip
Archive:  p28186730_139427_Generic.zip
   creating: 6880880/
  inflating: 6880880/README.txt
  inflating: 6880880/opatch_generic.jar
  inflating: 6880880/version.txt

[oracle@ora04dbaoem01p OPATCH_p]$ ls -lrt

total 50956
drwxr-xr-x. 2 oracle oinstall     4096 Aug 23 01:40 6880880
-rw-r--r--. 1 oracle oinstall 52172002 Oct 12 16:41 p28186730_139427_Generic.zip


[oracle@ora04dbaoem01p OPATCH_p]$ cd 6880880/
[oracle@ora04dbaoem01p 6880880]$ ls -lrt
total 51112
-rw-r--r--. 1 oracle oinstall       10 Aug 23 01:40 version.txt
-rw-r--r--. 1 oracle oinstall 52316399 Aug 23 01:40 opatch_generic.jar
-rw-rw-r--. 1 oracle oinstall    12923 Sep  9 18:17 README.txt
[oracle@ora04dbaoem01p 6880880]$
[oracle@ora04dbaoem01p 6880880]$ pwd
/tmp/patch_oem/OPATCH_p/6880880


[oracle@ora04dbaoem01p 6880880]$ cd $ORACLE_HOME/oracle_common/jdk/bin/

[oracle@ora04dbaoem01p bin]$

[oracle@ora04dbaoem01p bin]$ $ORACLE_HOME/oracle_common/jdk/bin/java -jar /tmp/patch_oem/OPATCH_p/6880880/opatch_generic.jar -silent oracle_home=$ORACLE_HOME



Launcher log file is /tmp/OraInstall2021-10-15_11-14-53AM/launcher2021-10-15_11-14-53AM.log.
Extracting the installer . . . . Done
Checking if CPU speed is above 300 MHz.   Actual 2200.007 MHz    Passed
Checking swap space: must be greater than 512 MB.   Actual 20479 MB    Passed
Checking if this platform requires a 64-bit JVM.   Actual 64    Passed (64-bit not required)
Checking temp space: must be greater than 300 MB.   Actual 25911 MB    Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2021-10-15_11-14-53AM
Installation Summary


Disk Space : Required 41 MB, Available 24,767 MB
Feature Sets to Install:
        Next Generation Install Core 13.9.4.0.1
        OPatch 13.9.4.2.7
        OPatch Auto OPlan 13.9.4.2.7
Session log file is /tmp/OraInstall2021-10-15_11-14-53AM/install2021-10-15_11-14-53AM.log

Loading products list. Please wait.
 1%
 40%

Loading products. Please wait.
 42%
 43%
 45%
 46%
 48%
 49%
 50%
 51%
 52%
 54%
 55%
 57%
 58%
 60%
 61%
 62%
 64%
 65%
 67%
 68%
 70%
 71%
 72%
 74%
 75%
 77%
 78%
 80%
 81%
 82%
 84%
 85%
 87%
 88%
 90%
 91%
 92%
 94%
 95%
 97%
 98%
 99%

Updating Libraries



Starting Installations
 1%
 2%
 3%
 4%
 5%
 6%
 7%
 8%
 9%
 10%
 11%
 12%
 13%
 14%
 15%
 16%
 17%
 18%
 19%
 20%
 21%
 22%
 23%
 24%
 25%
 26%
 27%
 28%
 29%
 30%
 31%
 32%
 33%
 34%
 35%
 36%
 37%
 38%
 39%
 40%
 41%
 42%
 43%
 44%
 45%
 46%
 47%
 48%
 49%
 50%
 51%
 52%
 53%
 54%
 55%
 56%
 57%
 58%
 59%
 60%
 61%
 62%
 63%
 64%
 65%
 66%
 67%
 68%
 69%
 70%
 71%
 72%
 73%
 74%
 75%
 76%
 77%
 78%
 79%
 80%
 81%
 82%
 83%
 84%
 85%
 86%
 87%
 88%
 89%
 90%
 91%
 92%
 93%
 94%

Install pending

Installation in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Copying files for oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Copying files for oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Copying files for oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Copying files for oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Copying files for oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.nginst.common 13.9.4.0.0

Copying files for oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Copying files for oracle.nginst.core 13.9.4.0.0

 Component : oracle.glcm.opatch.common.api 13.9.4.0.0

Copying files for oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Copying files for oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.7

Copying files for oracle.swd.opatch 13.9.4.2.7

Install successful

Post feature install pending

Post Feature installing

 Feature Set : glcm_common_lib

Post Feature installing glcm_common_lib

 Feature Set : glcm_common_logging_lib

Post Feature installing glcm_common_logging_lib

 Feature Set : commons-cli_1.3.1.0.0

Post Feature installing commons-cli_1.3.1.0.0

 Feature Set : oracle.glcm.opatch.common.api.classpath

Post Feature installing oracle.glcm.opatch.common.api.classpath

 Feature Set : glcm_encryption_lib

Post Feature installing glcm_encryption_lib

 Feature Set : oracle.glcm.osys.core.classpath

Post Feature installing oracle.glcm.osys.core.classpath

 Feature Set : oracle.glcm.oplan.core.classpath

 Feature Set : oracle.glcm.opatchauto.core.classpath

Post Feature installing oracle.glcm.opatchauto.core.classpath

Post Feature installing oracle.glcm.oplan.core.classpath

 Feature Set : oracle.glcm.opatchauto.core.binary.classpath

Post Feature installing oracle.glcm.opatchauto.core.binary.classpath

 Feature Set : oracle.glcm.opatchauto.core.actions.classpath

Post Feature installing oracle.glcm.opatchauto.core.actions.classpath

 Feature Set : oracle.glcm.opatchauto.core.wallet.classpath

Post Feature installing oracle.glcm.opatchauto.core.wallet.classpath

Post feature install complete

String substitutions pending

String substituting

 Component : oracle.glcm.logging 1.6.4.0.0

String substituting oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

String substituting oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

String substituting oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

String substituting oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

String substituting oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.nginst.common 13.9.4.0.0

String substituting oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

String substituting oracle.nginst.core 13.9.4.0.0

 Component : oracle.glcm.opatch.common.api 13.9.4.0.0

String substituting oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.glcm.encryption 2.7.4.0.0

String substituting oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.7

String substituting oracle.swd.opatch 13.9.4.2.7

String substitutions complete

Link pending

Linking in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Linking oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Linking oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Linking oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Linking oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Linking oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.nginst.common 13.9.4.0.0

Linking oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Linking oracle.nginst.core 13.9.4.0.0

 Component : oracle.glcm.opatch.common.api 13.9.4.0.0

Linking oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Linking oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.7

Linking oracle.swd.opatch 13.9.4.2.7

Linking in progress

Link successful

Setup pending

Setup in progress

 Component : oracle.glcm.logging 1.6.4.0.0

Setting up oracle.glcm.logging 1.6.4.0.0

 Component : oracle.glcm.comdev 7.8.4.0.0

Setting up oracle.glcm.comdev 7.8.4.0.0

 Component : oracle.glcm.dependency 1.8.4.0.0

Setting up oracle.glcm.dependency 1.8.4.0.0

 Component : oracle.glcm.xmldh 3.4.4.0.0

Setting up oracle.glcm.xmldh 3.4.4.0.0

 Component : oracle.glcm.wizard 7.8.4.0.0

Setting up oracle.glcm.wizard 7.8.4.0.0

 Component : oracle.nginst.common 13.9.4.0.0

Setting up oracle.nginst.common 13.9.4.0.0

 Component : oracle.nginst.core 13.9.4.0.0

Setting up oracle.nginst.core 13.9.4.0.0

 Component : oracle.glcm.opatch.common.api 13.9.4.0.0

Setting up oracle.glcm.opatch.common.api 13.9.4.0.0

 Component : oracle.glcm.encryption 2.7.4.0.0

Setting up oracle.glcm.encryption 2.7.4.0.0

 Component : oracle.swd.opatch 13.9.4.2.7

Setting up oracle.swd.opatch 13.9.4.2.7

Setup successful

Save inventory pending

Saving inventory
 95%

Saving inventory complete
 96%

Configuration complete

 Component : glcm_common_logging_lib

 Component : glcm_common_lib

Saving the inventory glcm_common_logging_lib

Saving the inventory glcm_common_lib

 Component : glcm_encryption_lib

 Component : oracle.glcm.opatch.common.api.classpath

Saving the inventory glcm_encryption_lib

Saving the inventory oracle.glcm.opatch.common.api.classpath

 Component : cieCfg_common_rcu_lib

Saving the inventory cieCfg_common_rcu_lib

 Component : oracle.glcm.oplan.core.classpath

Saving the inventory oracle.glcm.oplan.core.classpath

 Component : oracle.glcm.logging

Saving the inventory oracle.glcm.logging

 Component : cieCfg_common_lib

Saving the inventory cieCfg_common_lib

 Component : svctbl_lib

Saving the inventory svctbl_lib

 Component : com.bea.core.binxml_dependencies

Saving the inventory com.bea.core.binxml_dependencies

 Component : svctbl_jmx_client

Saving the inventory svctbl_jmx_client

 Component : cieCfg_wls_shared_lib

Saving the inventory cieCfg_wls_shared_lib

 Component : rcuapi_lib

Saving the inventory rcuapi_lib

 Component : rcu_core_lib

Saving the inventory rcu_core_lib

 Component : cieCfg_cam_lib

Saving the inventory cieCfg_cam_lib

 Component : cieCfg_cam_external_lib

Saving the inventory cieCfg_cam_external_lib

 Component : cieCfg_cam_impl_lib

Saving the inventory cieCfg_cam_impl_lib

 Component : cieCfg_wls_lib

Saving the inventory cieCfg_wls_lib

 Component : cieCfg_wls_external_lib

Saving the inventory cieCfg_wls_external_lib

 Component : cieCfg_wls_impl_lib

Saving the inventory cieCfg_wls_impl_lib

 Component : rcu_dependencies_lib

Saving the inventory rcu_dependencies_lib

 Component : oracle.fmwplatform.fmwprov_lib

Saving the inventory oracle.fmwplatform.fmwprov_lib

 Component : fmwplatform-wlst-dependencies

Saving the inventory fmwplatform-wlst-dependencies

 Component : oracle.fmwplatform.ocp_lib

Saving the inventory oracle.fmwplatform.ocp_lib

 Component : oracle.fmwplatform.ocp_plugin_lib

Saving the inventory oracle.fmwplatform.ocp_plugin_lib

 Component : wlst.wls.classpath

Saving the inventory wlst.wls.classpath

 Component : maven.wls.classpath

Saving the inventory maven.wls.classpath

 Component : com.oracle.webservices.fmw.ws-assembler

Saving the inventory com.oracle.webservices.fmw.ws-assembler

 Component : sdpmessaging_dependencies

Saving the inventory sdpmessaging_dependencies

 Component : sdpclient_dependencies

Saving the inventory sdpclient_dependencies

 Component : oracle.jrf.wls.classpath

Saving the inventory oracle.jrf.wls.classpath

 Component : oracle.jrf.wlst

Saving the inventory oracle.jrf.wlst

 Component : fmwshare-wlst-dependencies

Saving the inventory fmwshare-wlst-dependencies

 Component : oracle.fmwshare.pyjar

Saving the inventory oracle.fmwshare.pyjar

 Component : mapviewer-client

Saving the inventory mapviewer-client

 Component : bitech-analysis-application-thirdparty

Saving the inventory bitech-analysis-application-thirdparty

 Component : glcm_common_logging_lib

 Component : glcm_common_lib

Saving the inventory glcm_common_logging_lib

Saving the inventory glcm_common_lib

 Component : oracle.glcm.opatch.common.api.classpath

Saving the inventory oracle.glcm.opatch.common.api.classpath

 Component : glcm_encryption_lib

Saving the inventory glcm_encryption_lib

 Component : oracle.glcm.oplan.core.classpath

Saving the inventory oracle.glcm.oplan.core.classpath

The install operation completed successfully.

Logs successfully copied to /applications/oraInventory/logs.


[oracle@ora04dbaoem01p bin]$ cd $ORACLE_HOME

[oracle@ora04dbaoem01p Middleware]$ pwd
/applications/oracle/oms13R4/Middleware

[oracle@ora04dbaoem01p Middleware]$ cd -
/applications/oracle/oms13R4/Middleware/oracle_common/jdk/bin
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/oracle_common/jdk/bin

[oracle@ora04dbaoem01p bin]$ cd $ORACLE_HOME/bin
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/bin

[oracle@ora04dbaoem01p bin]$ emctl start oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
Starting Oracle Management Server...
WebTier Successfully Started
Oracle Management Server Successfully Started
Oracle Management Server is Up
JVMD Engine is Up
Starting BI Publisher Server ...
BI Publisher Server Successfully Started
BI Publisher Server is Up



[oracle@ora04dbaoem01p bin]$

[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/bin

[oracle@ora04dbaoem01p bin]$ cd  $ORACLE_HOME/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$

[oracle@ora04dbaoem01p OMSPatcher]$ pwd
/applications/oracle/oms13R4/Middleware/OMSPatcher

[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$ ./omspatcher apply -analyze /tmp/patch_oem/RUPatch/33177978
OMSPatcher Automation Tool
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


OMSPatcher version : 13.9.4.6.0
OUI version        : 13.9.4.0.0
Running from       : /applications/oracle/oms13R4/Middleware
Log file location  : /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/opatch2021-10-15_11-22-17AM_1.log

OMSPatcher log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-22-23AM_analyze.log

Please enter OMS weblogic admin server URL(t3s://ora04dbaoem01p.samik.com:7102):>
Please enter OMS weblogic admin server username(weblogic):>
Please enter OMS weblogic admin server password:>


WARNING: Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.

Configuration Validation: Success


Running apply prerequisite checks for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" and Oracle Home "/applications/oracle/oms13R4/Middleware"...
Sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" are successfully analyzed for Oracle Home "/applications/oracle/oms13R4/Middleware"


Complete Summary
================


All log file names referenced below can be accessed from the directory "/applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-22-17AM_SystemPatch_33177978_1"

Prerequisites analysis summary:
-------------------------------

The following sub-patch(es) are applicable:

             Featureset                                             Sub-patches                                                                                  Log file
             ----------                                             -----------                                                                                  --------
  oracle.sysman.top.oms   33177988,31812958,33177981,32436258,33178011,33177985   33177988,31812958,33177981,32436258,33178011,33177985_opatch2021-10-15_11-22-22AM_1.log


The following sub-patches are incompatible with components installed in the OMS system:
32198935,33178005,32198861,32198970,33178002,33178015,32720722,31889317,33177968



--------------------------------------------------------------------------------
The following warnings have occurred during OPatch execution:
1)  Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
2)  Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
3)  Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
4)  Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
5)  Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
6)  Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
7)  Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
8)  Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
9)  Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
--------------------------------------------------------------------------------
OMSPatcher Session completed with warnings.
Log file location: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-22-23AM_analyze.log

OMSPatcher completed with warnings.

[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$ pwd
/applications/oracle/oms13R4/Middleware/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$ cd ../bin
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/bin
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$

[oracle@ora04dbaoem01p bin]$ emctl stop oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
Stopping Oracle Management Server...
Oracle Management Server Successfully Stopped
Oracle Management Server is Down
JVMD Engine is Down


[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ ps -ef|grep oem
avahi       1173       1  0 Aug30 ?        00:01:00 avahi-daemon: running [ora04dbaoem01p.local]
root     3888533       1  0 Sep08 ?        00:16:17 /opt/IBM/ITM/lx8266/rz/bin/krzagent ora04dbaoem01p_OEMDB
root     3899463       1  0 Sep08 ?        00:16:33 /opt/IBM/ITM/lx8266/rz/bin/krzagent ora04dbaoem01p_RMANCAT
oracle   3981693 3981636  2 11:17 pts/0    00:00:20 /applications/oracle/oms13R4/Middleware/oracle_common/jdk/bin/java -Djava.security.egd=file:///dev/./urandom -Dweblogic.security.SSL.enableJSSE=true -server -Xms32m -Xmx200m -Djdk.tls.ephemeralDHKeySize=2048 -Dweblogic.RootDirectory=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/nodemanager -Dcoherence.home=/applications/oracle/oms13R4/Middleware/wlserver/../coherence -Dbea.home=/applications/oracle/oms13R4/Middleware/wlserver/.. -Dohs.product.home=/applications/oracle/oms13R4/Middleware/ohs -DListenAddress=ora04dbaoem01p.samik.com -DNodeManagerHome=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/nodemanager -DStartScriptName=startEMServer.sh -DStartScriptEnabled=true -DUseKSSForDemo=false -DQuitEnabled=true -DListenPort=7403 -Dweblogic.RootDirectory=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain -Doracle.security.jps.config=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/jps-config-jse.xml -Dcommon.components.home=/applications/oracle/oms13R4/Middleware/oracle_common -Dopss.version=12.2.1.3 -Dweblogic.RootDirectory=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain -Doracle.bi.home.dir=/applications/oracle/oms13R4/Middleware/bi -Doracle.bi.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/biconfig -Doracle.bi.environment.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/bienv -Doracle.bi.12c=true -Ddomain.home=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain -Dfile.encoding=utf-8 -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader -Djava.security.policy=/applications/oracle/oms13R4/Middleware/wlserver/server/lib/weblogic.policy -Dweblogic.nodemanager.JavaHome=/applications/oracle/oms13R4/Middleware/oracle_common/jdk weblogic.NodeManager -v
oracle   3983693 3983644 14 11:20 ?        00:01:52 /applications/oracle/oms13R4/Middleware/oracle_common/jdk/bin/java -server -Xms256M -Xmx1024M -cp /applications/oracle/oms13R4/Middleware/wlserver/server/lib/weblogic-launcher.jar -Dlaunch.use.env.classpath=true -Dweblogic.Name=BIP -Djava.security.policy=/applications/oracle/oms13R4/Middleware/wlserver/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.system.BootIdentityFile=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/servers/BIP/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.nmservice.RotationEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.ReverseDNSAllowed=false -DORACLE_HOME=/applications/oracle/oms13R4/Middleware -Djava.awt.headless=true -Dxdo.server.resource.type=file -XX:+HeapDumpOnOutOfMemoryError -Djavax.xml.bind.JAXBContext=com.sun.xml.bind.v2.ContextFactory -Djava.security.egd=file:///dev/./urandom -Dweblogic.debug.DebugWebAppSecurity=true -Dweblogic.SSL.LoginTimeoutMillis=300000 -Djps.auth.debug=true -Djps.authz=ACC -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Doracle.apm.home=/applications/oracle/oms13R4/Middleware/apm/ -DAPM_HELP_FILENAME=oesohwconfig.xml -Dweblogic.data.canTransferAnyFile=true -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DHTTPClient.retryNonIdempotentRequest=false -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1 -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dopss.version=12.2.1.3 -Digf.arisidbeans.carmlloc=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/carml -Digf.arisidstack.home=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/servers/BIP/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/applications/oracle/oms13R4/Middleware/oracle_common/modules/oracle.ossoiap,/applications/oracle/oms13R4/Middleware/oracle_common/modules/oracle.oamprovider,/applications/oracle/oms13R4/Middleware/oracle_common/modules/oracle.jps -Doracle.mds.filestore.preferred= -Dadf.version=12.2.1.3.0 -Dweblogic.jdbc.remoteEnabled=true -Dcommon.components.home=/applications/oracle/oms13R4/Middleware/oracle_common -Djrf.version=12.2.2 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain -Doracle.server.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/servers/BIP -Doracle.domain.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig -Dohs.product.home=/applications/oracle/oms13R4/Middleware/ohs -javaagent:/applications/oracle/oms13R4/Middleware/wlserver/server/lib/debugpatch-agent.jar -da -Dwls.home=/applications/oracle/oms13R4/Middleware/wlserver/server -Dweblogic.home=/applications/oracle/oms13R4/Middleware/wlserver/server -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder -Dxdo.server.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/bidata/components/bipublisher -DXDO_FONT_DIR=/applications/oracle/oms13R4/Middleware/bi/../oracle_common/internal/fonts -Doracle.bi.12c=true -Doracle.bi.environment.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/fmwconfig/bienv -Doracle.bi.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/biconfig -Doracle.bi.home.dir=/applications/oracle/oms13R4/Middleware/wlserver/../bi -Dxdo.server.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/bidata/components/bipublisher -Dxdo.server.lightweight=true -Dxdo.server.resource.type=file -DXDO_FONT_DIR=/applications/oracle/oms13R4/Middleware/wlserver/../bi/../oracle_common/internal/fonts -Dweblogic.DefaultProtocol=t3s -Dweblogic.jsp.javacompiler.javac=true -Doracle.bi.home.dir=/applications/oracle/oms13R4/Middleware/bi -Doracle.bi.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/biconfig -Doracle.bi.environment.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/bienv -Doracle.bi.12c=true -Ddomain.home=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain -Dfile.encoding=utf-8 -Doracle.bi.12c=true -Doracle.bi.environment.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/bienv -Doracle.bi.config.dir=/applications/oracle/oms13R4/gc_inst/user_projects/domains/GCDomain/config/fmwconfig/biconfig -Doracle.bi.home.dir=/applications/oracle/oms13R4/Middleware/bi -Dweblogic.management.server=https://ora04dbaoem01p.samik.com:7102 -Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic.Server
oracle   3989287 3945552  0 11:33 pts/0    00:00:00 grep --color=auto oem
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
WebTier is Up
Oracle Management Server is Down
JVMD Engine is Down
BI Publisher Server is Up
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$

[oracle@ora04dbaoem01p bin]$ emctl stop oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
Stopping Oracle Management Server...
Oracle Management Server Already Stopped
Oracle Management Server is Down
JVMD Engine is Down
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$
[oracle@ora04dbaoem01p bin]$ pwd
/applications/oracle/oms13R4/Middleware/bin
[oracle@ora04dbaoem01p bin]$ cd /tmp/patch_oem/RUPatch/33177978/

[oracle@ora04dbaoem01p 33177978]$ pwd
/tmp/patch_oem/RUPatch/33177978
[oracle@ora04dbaoem01p 33177978]$

[oracle@ora04dbaoem01p 33177978]$ cd $ORACLE_HOME/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$ pwd
/applications/oracle/oms13R4/Middleware/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$ cd /tmp/patch_oem/RUPatch/33177978
[oracle@ora04dbaoem01p 33177978]$ ls -lrt
total 120
drwxr-x---. 5 oracle oinstall  4096 Sep 14 16:14 33177981
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33178005
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 32198970
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 32198935
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 32198861
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33178011
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33178002
drwxr-x---. 5 oracle oinstall  4096 Sep 14 16:14 33177985
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 32436258
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33178015
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33177988
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 33177968
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 32720722
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 31889317
drwxr-x---. 4 oracle oinstall  4096 Sep 14 16:14 31812958
drwxr-x---. 2 oracle oinstall  4096 Sep 14 16:14 automation
-r-xr-xr-x. 1 oracle oinstall   979 Sep 14 16:15 pluginDep.txt
-rw-rw-r--. 1 oracle oinstall  7596 Sep 14 16:53 bundle.xml
-rw-rw-r--. 1 oracle oinstall 43795 Sep 28 19:42 README.html
[oracle@ora04dbaoem01p 33177978]$ cd -
/applications/oracle/oms13R4/Middleware/OMSPatcher
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$

[oracle@ora04dbaoem01p OMSPatcher]$ export OMSPATCHER_JRE_MEMORY_OPTIONS="-Xmx4096m"
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$ env |grep ORA
ORACLE_SID=OEMDB
ORACLE_BASE=/applications/oracle
ORACLE_HOME=/applications/oracle/oms13R4/Middleware


[oracle@ora04dbaoem01p OMSPatcher]$

[oracle@ora04dbaoem01p OMSPatcher]$
[oracle@ora04dbaoem01p OMSPatcher]$ cd /tmp/patch_oem/RUPatch/33177978
[oracle@ora04dbaoem01p 33177978]$
[oracle@ora04dbaoem01p 33177978]$
[oracle@ora04dbaoem01p 33177978]$ pwd
/tmp/patch_oem/RUPatch/33177978
[oracle@ora04dbaoem01p 33177978]$
[oracle@ora04dbaoem01p 33177978]$ export OMSPATCHER_JRE_MEMORY_OPTIONS="-Xmx4096m"
[oracle@ora04dbaoem01p 33177978]$
[oracle@ora04dbaoem01p 33177978]$
[oracle@ora04dbaoem01p 33177978]$


[oracle@ora04dbaoem01p 33177978]$ /applications/oracle/oms13R4/Middleware/OMSPatcher/omspatcher apply
OMSPatcher Automation Tool
Copyright (c) 2017, Oracle Corporation.  All rights reserved.


OMSPatcher version : 13.9.4.6.0
OUI version        : 13.9.4.0.0
Running from       : /applications/oracle/oms13R4/Middleware
Log file location  : /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/opatch2021-10-15_11-53-20AM_1.log

OMSPatcher log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-53-25AM_deploy.log

Please enter OMS weblogic admin server URL(t3s://ora04dbaoem01p.samik.com:7102):>
Please enter OMS weblogic admin server username(weblogic):>
Please enter OMS weblogic admin server password:>


WARNING: Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
WARNING: Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.

Configuration Validation: Success


Running apply prerequisite checks for sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" and Oracle Home "/applications/oracle/oms13R4/Middleware"...
Sub-patch(es) "33177988,31812958,33177981,32436258,33178011,33177985" are successfully analyzed for Oracle Home "/applications/oracle/oms13R4/Middleware"

To continue, OMSPatcher will do the following:
[Patch and deploy artifacts]   : Apply sub-patch(es) [ 31812958 32436258 33177981 33177985 33177988 33178011 ]
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177981_Sep_14_2021_06_45_26/original_patch";
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177985_Sep_14_2021_07_06_21/original_patch";
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33178011_Sep_14_2021_07_06_37/original_patch";
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/32436258_May_11_2021_12_12_23/original_patch";
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177988_Sep_14_2021_07_07_41/original_patch";
                                 Apply RCU artifact with patch "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/31812958_Sep_8_2020_04_35_38/original_patch";
                                 Register MRS artifact "commands";
                                 Register MRS artifact "procedures";
                                 Register MRS artifact "swlib";
                                 Register MRS artifact "targetType";
                                 Register MRS artifact "storeTargetType";
                                 Register MRS artifact "default_collection";
                                 Register MRS artifact "omsPropertyDef";
                                 Register MRS artifact "jobTypes";
                                 Register MRS artifact "systemStencil";
                                 Register MRS artifact "gccompliance";
                                 Register MRS artifact "discovery";
                                 Register MRS artifact "SecurityClassManager";
                                 Register MRS artifact "CredstoreMetadata";
                                 Register MRS artifact "assoc";
                                 Register MRS artifact "EcmMetadataOnlyRegistration";
                                 Register MRS artifact "TargetPrivilege";
                                 Register MRS artifact "derivedAssocs"


Do you want to proceed? [y|n]
y
User Responded with: Y

Applying sub-patch(es) "31812958,32436258,33177981,33177985,33177988,33178011"
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/opatch/opatch2021-10-15_11-53-24AM_1.log


Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177981_Sep_14_2021_06_45_26/original_patch"

Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177985_Sep_14_2021_07_06_21/original_patch" for plugin home "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0"

Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33178011_Sep_14_2021_07_06_37/original_patch" for plugin home "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0"

Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/32436258_May_11_2021_12_12_23/original_patch" for plugin home "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0"

Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/33177988_Sep_14_2021_07_07_41/original_patch" for plugin home "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0"

Updating repository with RCU reference file "/applications/oracle/oms13R4/Middleware/.omspatcher_storage/31812958_Sep_8_2020_04_35_38/original_patch" for plugin home "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.cfw.oms.plugin_13.4.1.0.0"

Registering service "commands" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/commands/swlib_commands.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_commands_2021-10-15_12-07-33PM.log


Registering service "commands" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/commands/commands.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_commands_2021-10-15_12-07-37PM.log


Registering service "procedures" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/procedures/internalsdk/PatchOracleHome.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_procedures_2021-10-15_12-07-42PM.log


Registering service "procedures" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/procedures/fmwprov/RestartServers.xml" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_procedures_2021-10-15_12-07-47PM.log


Registering service "procedures" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/procedures/DBMachineSystemCreation.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_procedures_2021-10-15_12-07-52PM.log


Registering service "procedures" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/procedures/dataPumpExportImport.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_procedures_2021-10-15_12-07-57PM.log


Registering service "swlib" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/swlib/multioms" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_swlib_2021-10-15_12-08-08PM.log


Registering service "swlib" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/swlib/siteguard/entities" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_swlib_2021-10-15_12-08-15PM.log


Registering service "swlib" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/swlib/profile" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_swlib_2021-10-15_12-08-20PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/targetType/oldVersions/host/13.4.0.v/13.4.0.5/host.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-08-35PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/targetType/weblogic_j2eeserver.xml" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-09-14PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/targetType/oracle_exadata.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-09-40PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0/metadata/targetType/virtualization/oracle_si_virtual_platform_map.xml" for plugin id as "oracle.sysman.si"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-09-51PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0/patched_metadata/13.4.1.0.0/targetType/31894859/virtualization/oracle_si_virtual_server_zone.xml" for plugin id as "oracle.sysman.si"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-11-17PM.log


Registering service "targetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/targetType/gds_sharded_database.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_targetType_2021-10-15_12-11-22PM.log


Registering service "storeTargetType" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/targetType/oldVersions/host/13.4.0.v/13.4.0.7/host.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_storeTargetType_2021-10-15_12-17-29PM.log


Registering service "storeTargetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/targetType/oracle_coherence_node.xml" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_storeTargetType_2021-10-15_12-17-37PM.log


Registering service "storeTargetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/patched_metadata/13.4.1.0.0/targetType/32079912/oracle_exadata.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_storeTargetType_2021-10-15_12-17-43PM.log


Registering service "storeTargetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0/metadata/targetType/virtualization/oracle_si_virtual_platform_map.xml" for plugin id as "oracle.sysman.si"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_storeTargetType_2021-10-15_12-17-48PM.log


Registering service "storeTargetType" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/patched_metadata/13.4.1.0.0/targetType/32720663/rac_database.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_storeTargetType_2021-10-15_12-18-07PM.log


Registering service "default_collection" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/default_collection/host.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_default_collection_2021-10-15_12-18-17PM.log


Registering service "default_collection" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/default_collection/oracle_ldap.xml" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_default_collection_2021-10-15_12-18-41PM.log


Registering service "default_collection" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/default_collection/oracle_oci_exadata_cloud_service.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_default_collection_2021-10-15_12-18-53PM.log


Registering service "default_collection" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0/metadata/default_collection/virtualization/oracle_si_virtual_platform_map.xml" for plugin id as "oracle.sysman.si"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_default_collection_2021-10-15_12-19-02PM.log


Registering service "default_collection" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/default_collection/oracle_pdb.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_default_collection_2021-10-15_12-19-59PM.log


Registering service "omsPropertyDef" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/omsProperties/definition/EMASRPropDefinition.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_omsPropertyDef_2021-10-15_12-21-22PM.log


Registering service "omsPropertyDef" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/omsProperties/definition/oracle.sysman.xa.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_omsPropertyDef_2021-10-15_12-21-28PM.log


Registering service "omsPropertyDef" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/omsProperties/definition/DBPropDefinition.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_omsPropertyDef_2021-10-15_12-21-32PM.log


Registering service "jobTypes" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/jobTypes/addonsdk/SQLScript.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_jobTypes_2021-10-15_12-21-37PM.log


Registering service "jobTypes" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.emas.oms.plugin_13.4.1.0.0/metadata/jobTypes/LogMgmtArchiveLogConfig.xml" for plugin id as "oracle.sysman.emas"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_jobTypes_2021-10-15_12-21-44PM.log


Registering service "jobTypes" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/jobTypes/InstallImadv.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_jobTypes_2021-10-15_12-21-49PM.log


Registering service "jobTypes" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/jobTypes/GEFExtractAgent.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_jobTypes_2021-10-15_12-21-58PM.log


Registering service "systemStencil" with register file "/applications/oracle/oms13R4/Middleware/sysman/builtinplugins/oracle.sysman.emrep/metadata/systemStencil/emSystemStencil.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_systemStencil_2021-10-15_12-22-03PM.log


Registering service "systemStencil" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/systemStencil/oracle_oci_exadata_cloud_service.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_systemStencil_2021-10-15_12-22-08PM.log


Registering service "systemStencil" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/patched_metadata/13.4.1.0.0/systemStencil/32198843/rac_database.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_systemStencil_2021-10-15_12-22-13PM.log


Registering service "gccompliance" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/gccompliance/stig12c.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_gccompliance_2021-10-15_12-22-18PM.log


Registering service "discovery" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/discovery/db_discovery.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_discovery_2021-10-15_12-22-53PM.log


Registering service "SecurityClassManager" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/security/SecurityClass/ocifwk_security_class.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_SecurityClassManager_2021-10-15_12-22-57PM.log


Registering service "CredstoreMetadata" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/security/CredstoreMetadata/federationMetadata.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_CredstoreMetadata_2021-10-15_12-23-02PM.log


Registering service "assoc" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.xa.oms.plugin_13.4.1.0.0/metadata/assoc/oci_exa_cloud_service_allowed_pairs.xml" for plugin id as "oracle.sysman.xa"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_assoc_2021-10-15_12-23-06PM.log


Registering service "EcmMetadataOnlyRegistration" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.si.oms.plugin_13.4.1.0.0/metadata/snapshot/server_hw/oracle_si_server_http_ecmdef.xml" for plugin id as "oracle.sysman.si"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_EcmMetadataOnlyRegistration_2021-10-15_12-23-10PM.log


Registering service "EcmMetadataOnlyRegistration" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/snapshot/ha_rmanconfig_metadata.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_EcmMetadataOnlyRegistration_2021-10-15_12-23-17PM.log


Registering service "TargetPrivilege" with register file "/applications/oracle/oms13R4/Middleware/sysman/metadata/security/TargetPrivilege/ocifwk_privileges.xml" for plugin id as "core"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_TargetPrivilege_2021-10-15_12-23-21PM.log


Registering service "TargetPrivilege" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/security/TargetPrivilege/dbha_target_privileges.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_TargetPrivilege_2021-10-15_12-23-26PM.log


Registering service "derivedAssocs" with register file "/applications/oracle/oms13R4/Middleware/plugins/oracle.sysman.db.oms.plugin_13.4.1.0.0/metadata/derivedAssocs/dg_assoc_rules.xml" for plugin id as "oracle.sysman.db"...
Please monitor log file: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1/emctl_register_derivedAssocs_2021-10-15_12-23-31PM.log


Complete Summary
================


All log file names referenced below can be accessed from the directory "/applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/2021-10-15_11-53-20AM_SystemPatch_33177978_1"

Patching summary:
-----------------

Binaries of the following sub-patch(es) have been applied successfully:

                        Featureset                                             Sub-patches                                                                                  Log file
                        ----------                                             -----------                                                                                  --------
  oracle.sysman.top.oms_13.4.0.0.0   31812958,32436258,33177981,33177985,33177988,33178011   31812958,32436258,33177981,33177985,33177988,33178011_opatch2021-10-15_11-53-24AM_1.log


The following sub-patches are incompatible with components installed in the OMS system:
32198935,33178005,32198861,32198970,33178002,33178015,32720722,31889317,33177968

Deployment summary:
-------------------

The following artifact(s) have been successfully deployed:

                        Artifacts                                                               Log file
                        ---------                                                               --------
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-03-58PM.log
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-06-21PM.log
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-06-34PM.log
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-06-47PM.log
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-07-01PM.log
                              SQL                rcu_applypatch_original_patch_2021-10-15_12-07-20PM.log
                     MRS-commands                      emctl_register_commands_2021-10-15_12-07-33PM.log
                     MRS-commands                      emctl_register_commands_2021-10-15_12-07-37PM.log
                   MRS-procedures                    emctl_register_procedures_2021-10-15_12-07-42PM.log
                   MRS-procedures                    emctl_register_procedures_2021-10-15_12-07-47PM.log
                   MRS-procedures                    emctl_register_procedures_2021-10-15_12-07-52PM.log
                   MRS-procedures                    emctl_register_procedures_2021-10-15_12-07-57PM.log
                        MRS-swlib                         emctl_register_swlib_2021-10-15_12-08-08PM.log
                        MRS-swlib                         emctl_register_swlib_2021-10-15_12-08-15PM.log
                        MRS-swlib                         emctl_register_swlib_2021-10-15_12-08-20PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-08-35PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-09-14PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-09-40PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-09-51PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-11-17PM.log
                   MRS-targetType                    emctl_register_targetType_2021-10-15_12-11-22PM.log
              MRS-storeTargetType               emctl_register_storeTargetType_2021-10-15_12-17-29PM.log
              MRS-storeTargetType               emctl_register_storeTargetType_2021-10-15_12-17-37PM.log
              MRS-storeTargetType               emctl_register_storeTargetType_2021-10-15_12-17-43PM.log
              MRS-storeTargetType               emctl_register_storeTargetType_2021-10-15_12-17-48PM.log
              MRS-storeTargetType               emctl_register_storeTargetType_2021-10-15_12-18-07PM.log
           MRS-default_collection            emctl_register_default_collection_2021-10-15_12-18-17PM.log
           MRS-default_collection            emctl_register_default_collection_2021-10-15_12-18-41PM.log
           MRS-default_collection            emctl_register_default_collection_2021-10-15_12-18-53PM.log
           MRS-default_collection            emctl_register_default_collection_2021-10-15_12-19-02PM.log
           MRS-default_collection            emctl_register_default_collection_2021-10-15_12-19-59PM.log
               MRS-omsPropertyDef                emctl_register_omsPropertyDef_2021-10-15_12-21-22PM.log
               MRS-omsPropertyDef                emctl_register_omsPropertyDef_2021-10-15_12-21-28PM.log
               MRS-omsPropertyDef                emctl_register_omsPropertyDef_2021-10-15_12-21-32PM.log
                     MRS-jobTypes                      emctl_register_jobTypes_2021-10-15_12-21-37PM.log
                     MRS-jobTypes                      emctl_register_jobTypes_2021-10-15_12-21-44PM.log
                     MRS-jobTypes                      emctl_register_jobTypes_2021-10-15_12-21-49PM.log
                     MRS-jobTypes                      emctl_register_jobTypes_2021-10-15_12-21-58PM.log
                MRS-systemStencil                 emctl_register_systemStencil_2021-10-15_12-22-03PM.log
                MRS-systemStencil                 emctl_register_systemStencil_2021-10-15_12-22-08PM.log
                MRS-systemStencil                 emctl_register_systemStencil_2021-10-15_12-22-13PM.log
                 MRS-gccompliance                  emctl_register_gccompliance_2021-10-15_12-22-18PM.log
                    MRS-discovery                     emctl_register_discovery_2021-10-15_12-22-53PM.log
         MRS-SecurityClassManager          emctl_register_SecurityClassManager_2021-10-15_12-22-57PM.log
            MRS-CredstoreMetadata             emctl_register_CredstoreMetadata_2021-10-15_12-23-02PM.log
                        MRS-assoc                         emctl_register_assoc_2021-10-15_12-23-06PM.log
  MRS-EcmMetadataOnlyRegistration   emctl_register_EcmMetadataOnlyRegistration_2021-10-15_12-23-10PM.log
  MRS-EcmMetadataOnlyRegistration   emctl_register_EcmMetadataOnlyRegistration_2021-10-15_12-23-17PM.log
              MRS-TargetPrivilege               emctl_register_TargetPrivilege_2021-10-15_12-23-21PM.log
              MRS-TargetPrivilege               emctl_register_TargetPrivilege_2021-10-15_12-23-26PM.log
                MRS-derivedAssocs                 emctl_register_derivedAssocs_2021-10-15_12-23-31PM.log


--------------------------------------------------------------------------------
The following warnings have occurred during OPatch execution:
1)  Could not apply the patch "32198935" because the "oracle.sysman.vt.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
2)  Could not apply the patch "33178005" because the "oracle.sysman.emct.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
3)  Could not apply the patch "32198861" because the "oracle.sysman.am.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
4)  Could not apply the patch "32198970" because the "oracle.sysman.vi.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
5)  Could not apply the patch "33178002" because the "oracle.sysman.bda.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
6)  Could not apply the patch "33178015" because the "oracle.sysman.ssa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
7)  Could not apply the patch "32720722" because the "oracle.sysman.emfa.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
8)  Could not apply the patch "31889317" because the "oracle.sysman.csm.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
9)  Could not apply the patch "33177968" because the "oracle.sysman.smf.oms.plugin with version 13.4.1.0.0" core component of the OMS or the plug-in for which the patch is intended is either not deployed or deployed with another version in your Enterprise Manager system.
--------------------------------------------------------------------------------
OMSPatcher Session completed with warnings.
Log file location: /applications/oracle/oms13R4/Middleware/cfgtoollogs/omspatcher/33177978/omspatcher_2021-10-15_11-53-25AM_deploy.log

OMSPatcher completed with warnings.



[oracle@ora04dbaoem01p 33177978]$


[oracle@ora04dbaoem01p bin]$ ./emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation.  All rights reserved.
WebTier is Up
Oracle Management Server is Up
JVMD Engine is Up
BI Publisher Server is Up


[oracle@ora04dbaoem01p bin]$ cd ../OMSPatcher

[oracle@ora04dbaoem01p OMSPatcher]$ ./omspatcher lspatches |grep 33177978

oracle.sysman.si.oms.plugin/13.4.1.0.0            Plugin              33177978            32436258            Oracle Enterprise Manager for Systems Infrastructure 13c Release 4 Plug-in Update 11 (13.4.1.11) for Oracle Management Service
oracle.sysman.emas.oms.plugin/13.4.1.0.0          Plugin              33177978            33177985            Oracle Enterprise Manager for Fusion Middleware 13c Release 4 Plug-in Update 13 (13.4.1.13) for Oracle Management Service
oracle.sysman.db.oms.plugin/13.4.1.0.0            Plugin              33177978            33177988            Oracle Enterprise Manager for Oracle Database 13c Release 4 Plug-in Update 13 (13.4.1.13) for Oracle Management Service
oracle.sysman.cfw.oms.plugin/13.4.1.0.0           Plugin              33177978            31812958            Oracle Enterprise Manager for Cloud Framework 13c Release 4 Plug-in Update 6 (13.4.1.6) for Oracle Management Service
oracle.sysman.top.oms/13.4.0.0.0                  Core                33177978            33177981            Oracle Enterprise Manager 13c Release 4 Platform Update 13 (13.4.0.13) for Oracle Management Service
oracle.sysman.xa.oms.plugin/13.4.1.0.0            Plugin              33177978            33178011            Oracle Enterprise Manager for Exadata 13c Release 4 Plug-in Update 13 (13.4.1.13) for Oracle Management Service

[oracle@ora04dbaoem01p OMSPatcher]$ cd ../OPatch/
[oracle@ora04dbaoem01p OPatch]$






100 Oracle DBA Interview Questions and Answers

  Here are 100 tricky interview questions tailored for a Senior Oracle DBA role. These questions span a wide range of topics, including perf...