Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
The EBS Technology Code Level Checker (ETCC) includes two scripts that examine the Oracle Homes of both the Database and the Middle tier. These scripts serve to identify any missing bug fixes that are necessary for Oracle E-Business Suite Release 12.2. It is highly recommended by Oracle to utilize this utility in order to ensure that all the required bug fixes for the database and middle tier have been successfully installed.
ETCC consists of scripts that:
ETCC is an essential tool to streamline patching and upgrades while minimizing the risks of downtime or errors in Oracle E-Business Suite environments.
https://updates.oracle.com/download/17537119.html
[oracle@ebs12214 DB_1925_patch]$ unzip -qo p17537119_R12_GENERIC.zip
[oracle@ebs12214 DB_1925_patch]$ source /home/oracle/env_PROD.env [oracle@ebs12214 DB_1925_patch]$ ./checkDBpatch.sh +===============================================================+ Validating context file: /u01/oracle/PROD/19.0.0/appsutil/PROD_ebs12214.xml Starting Database EBS Technology Codelevel Checker, Version 120.127 – Container database (CDB) identified via s_cdb_name is prodcdb Connecting to database. Bugfix file ./db/onprem/txk_R1220_DB_base_bugs.xml: 120.0.12020000.85 Mapping file ./db/onprem/txk_R1220_DB_mappings.xml: 120.0.12020000.61 Identified database DST version: 18 +—————————————————————————————+ Finished checking fixes for database PROD: Mon Nov 25 18:34:18 PKT 2024 |
We have already applied the latest Database PSU, which is why no required patches are appearing in the DB ETCC report.
If you need to apply the Database PSU kindly refer to the Document attached Below Link:
[oracle@ebs12214 DB_1925_patch]$ source /u01/oracle/PROD/EBSapps.env run
E-Business Suite Environment Information [oracle@ebs12214 DB_1925_patch]$ ./checkMTpatch.sh Using context file from currently set applications environment: Log file for this session: /patches/DB_1925_patch/log/checkMTpatch_9157.log Connecting to database. =============================================================================== Oracle Forms and Reports =============================================================================== Now examining Oracle Forms and Reports. Oracle Home: /u01/oracle/PROD/fs1/EBSapps/10.1.2. Product version: 10.1.2.3.0. These results have been stored in the database. =============================================================================== Oracle Fusion Middleware (FMW) – Web Tier =============================================================================== Now examining Oracle Fusion Middleware (FMW) – Web Tier. Checking required bugfixes for RSF 11.1.0.7.0 in FMW Web tier. =============================================================================== Now examining Oracle Fusion Middleware (FMW) – Oracle Common. Missing Bugfix: 14354533 -> Patch 33974106 Now examining WLS. The above list shows missing patches for Oracle WebLogic Server. One or more products have bugfixes missing. Patch 35540062 Patch 33974106 Patch 34856303 [SU Patch [ENUU]] Apply the required patches and rerun this script. +—————————————————————————–+ A consolidated zip file with the required application tier patches is Mon Nov 25 18:37:35 PKT 2024 Log file for this session: /patches/DB_1925_patch/log/checkMTpatch_9157.log |
We are going to download the latest EBS RELEASE 12.2 CONSOLIDATED FMW FIXES FOR JUL 2024 from which we can extract the patches we want to Apply on the FMW shown in the ETCC report.
Download the Patch 36616672: EBS RELEASE 12.2 CONSOLIDATED FMW FIXES FOR JUL 2024
Extract the above Patches from Patch 36616672: EBS RELEASE 12.2 CONSOLIDATED FMW FIXES FOR JUL 2024 and copied it on the Linux Directory /patches/FMW_patches
[oracle@ebs12214 ~]$ . ./EBSapps.env run
E-Business Suite Environment Information DB Host: ebs12214.com Service/SID: PROD Sourcing the RUN File System … |
[oracle@ebs12214 ~]$ export ORACLE_HOME=/u01/oracle/PROD/fs1/FMW_Home/webtier [oracle@ebs12214 ~]$ cd $FMW_HOME [oracle@ebs12214 FMW_Home]$ . ./SetWebtier.env [oracle@ebs12214 FMW_Home]$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ohs/lib:$FMW_HOME/oracle_common/lib [oracle@ebs12214 FMW_Home]$ cd $ORACLE_HOME/ohs/bin |
[oracle@ebs12214 ~]$ cd /patches/FMW_patches [oracle@ebs12214 FMW_patches]$ unzip -qo p35540062_111190_Linux-x86-64.zip [oracle@ebs12214 FMW_patches]$ cd 35540062/ [oracle@ebs12214 35540062]$ export ORACLE_HOME=/u01/oracle/PROD/fs1/FMW_Home/webtier |
[oracle@ebs12214 35540062]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.12.9 Oracle Home : /u01/oracle/PROD/fs1/FMW_Home/webtier OPatch detects the Middleware Home as “/u01/oracle/PROD/fs1/FMW_Home” Patch : 35540062 Interim patch 35540062 is a superset of the patch(es) [ 34251646 ] in the Oracle Home Email address/User Name: You have not provided an email address for notification of security issues. Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: y Please shutdown Oracle instances running out of this ORACLE_HOME on the local system. Is the local system ready for patching? [y|n] Patching component oracle.ohs2, 11.1.1.9.0… OPatch succeeded. |
[oracle@ebs12214 ~]$ cd /patches/FMW_patches [oracle@ebs12214 FMW_patches]$ unzip -qo p33974106_111190_Generic.zip [oracle@ebs12214 FMW_patches]$ unzip -qo p33960746_111190_Generic.zip [oracle@ebs12214 FMW_patches]$ unzip -qo p34714760_111190_Generic.zip [oracle@ebs12214 FMW_patches]$ cd 33974106 |
[oracle@ebs12214 33974106]$ opatch apply Oracle Interim Patch Installer version 11.1.0.12.9 Copyright (c) 2024, Oracle Corporation. All rights reserved. Oracle Home : /u01/oracle/PROD/fs1/FMW_Home/oracle_common OPatch detects the Middleware Home as “/u01/oracle/PROD/fs1/FMW_Home” Applying interim patch ‘33974106’ to OH ‘/u01/oracle/PROD/fs1/FMW_Home/oracle_common’ You have not provided an email address for notification of security issues. Please shutdown Oracle instances running out of this ORACLE_HOME on the local system. Is the local system ready for patching? [y|n] Patching component oracle.jrf.thirdparty.jee, 11.1.1.9.0… Verifying the update… OPatch succeeded. |
[oracle@ebs12214 FMW_patches]$ cd 33960746 [oracle@ebs12214 33960746]$ opatch apply Oracle Interim Patch Installer version 11.1.0.12.9 Copyright (c) 2024, Oracle Corporation. All rights reserved. Oracle Home : /u01/oracle/PROD/fs1/FMW_Home/oracle_common OPatch detects the Middleware Home as “/u01/oracle/PROD/fs1/FMW_Home” Applying interim patch ‘33960746’ to OH ‘/u01/oracle/PROD/fs1/FMW_Home/oracle_common’ You have not provided an email address for notification of security issues. Backing up files… Patching component oracle.sysman.common, 10.2.0.5.6… Patching component oracle.sysman.oms.core, 11.1.1.9.0… Patching component oracle.sysman.plugin.ai.main.oms, 11.1.1.9.0… Verifying the update… OPatch succeeded |
[oracle@ebs12214 FMW_patches]$ cd 34714760 [oracle@ebs12214 34714760]$ opatch apply Oracle Interim Patch Installer version 11.1.0.12.9 Copyright (c) 2024, Oracle Corporation. All rights reserved. Oracle Home : /u01/oracle/PROD/fs1/FMW_Home/oracle_common OPatch detects the Middleware Home as “/u01/oracle/PROD/fs1/FMW_Home” Applying interim patch ‘34714760’ to OH ‘/u01/oracle/PROD/fs1/FMW_Home/oracle_common’ You have not provided an email address for notification of security issues. Backing up files… Patching component oracle.jrf.opss, 11.1.1.9.0… Verifying the update… OPatch succeeded. |
[oracle@ebs12214 FMW_patches]$ unzip -qo p34856303_1036_Generic.zip
Note: Copy the extracted Patch Jar and Catalog xml file on cache_dir in bsu [oracle@ebs12214 FMW_patches]$ cp ENUU.jar /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir [oracle@ebs12214 FMW_patches]$ unzip -qo p35476084_1036_Linux-x86-64.zip [oracle@ebs12214 FMW_patches]$ source /u01/oracle/PROD/EBSapps.env run E-Business Suite Environment Information DB Host: ebs12214.com Service/SID: PROD Sourcing the RUN File System … |
[oracle@ebs12214 FMW_patches]$ cd $FMW_HOME/utils/bsu
[oracle@ebs12214 FMW_patches]$. /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsu.sh -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=ENUU -verbose -install >> Apply_WLS_ENUU.log =========è(Command to Install WLS Patch with BSU) [oracle@ebs12214 bsu]$ cat Apply_WLS_ENUU.log Checking for conflicts.. Conflict(s) detected – resolve conflict condition and execute patch installation again Conflict condition details follow: Patch ENUU is mutually exclusive and cannot coexist with patch(es): 9UNH Note: Now as the Patch is conflicting with 9UNH, we have to remove 9UNH to Install ENUU Successfully [oracle@ebs12214 bsu]$ . /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsuremove -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patchlist=9UNH -verbose > Remove_1.txt Now Once 9UNH removed we will install ENUU [oracle@ebs12214 FMW_patches]$. /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsu.sh -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=ENUU -verbose -install >> Apply_WLS_ENUU.log
|
[oracle@ebs12214 bsu]$ . /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsu.sh -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=KMHV -verbose -install >> Apply_WLS_KMHV.log
[oracle@ebs12214 bsu]$ cat Apply_WLS_KMHV.log Checking for conflicts.. Conflict(s) detected – resolve conflict condition and execute patch installation again Conflict condition details follow: Patch KMHV is mutually exclusive and cannot coexist with patch(es): CW7X Note: Now as the Patch is conflicting with CW7X, we have to remove CW7X to Install KMHV Successfully
[oracle@ebs12214 bsu]$ . /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsu.sh -remove -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patchlist=CW7X -verbose > Remove_2.txt Now Once CW7X removed we will install KMHV [oracle@ebs12214 bsu]$ . /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/bsu.sh -prod_dir=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=KMHV -verbose -install >> Apply_WLS_KMHV.log |
[oracle@ebs12214 ~]$ cd /patches/DB_1925_patch [oracle@ebs12214 DB_1925_patch]$ source /u01/oracle/PROD/EBSapps.env run E-Business Suite Environment Information DB Host: ebs12214.com Service/SID: PROD Sourcing the RUN File System … [oracle@ebs12214 DB_1925_patch]$ ./checkMTpatch.sh +===============================================================+ Using context file from currently set applications environment: Starting Application Tier EBS Technology Codelevel Checker, Version 120.0.12020000.68. Bugfix XML file version: 120.0.12020000.64 Mapping XML file version: 120.0.12020000.52 Checking for prerequisite bugfixes in File Edition: run Enter the password for the APPS user: =============================================================================== Oracle Home: /u01/oracle/PROD/fs1/EBSapps/10.1.2. Identified DST version: 18 Checking required bugfixes for RSF 10.1.0.5.0 in Oracle Forms. =============================================================================== Oracle Home: /u01/oracle/PROD/fs1/FMW_Home/webtier. Identified DST version: 18 Checking required bugfixes for RSF 11.1.0.7.0 in FMW Web tier. =============================================================================== Oracle Home: /u01/oracle/PROD/fs1/FMW_Home/oracle_common. =============================================================================== Oracle Home: /u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3. =============================================================================== All required one-offs are confirmed as present. Log file for this session: /patches/DB_1925_patch/log/checkMTpatch_19817.log =============================================================================== |
Hope you found this document informative and gained valuable insights.
All Rights Reserved