Friday 8 May 2015

Upgrade from Oracle EBS Release 12.2 to Oracle EBS Release 12.2.4

Upgrade Oracle EBS Release 12.2.4

Table of Contents 1. Database 11.2.0.3 Patches ............................................................................................................ 4
1.1 Apply Patch 16989137 .................................................................................................................. 5
1.2 Apply Patch 17875948 .................................................................................................................. 7
1.3 Apply Patch 17912217 ................................................................................................................ 12
1.4 Apply Patch 18419770 ................................................................................................................ 14
1.5 Apply Patch 18614015 ................................................................................................................ 15
1.6 Apply Patch 18685209 ................................................................................................................ 18
1.7 Apply Patch 19078951 ................................................................................................................ 19
1.8 Apply Patch 19393542 ................................................................................................................ 23
2. Patches for FMW web-tier 11.1.1.6 ............................................................................................ 24
2.1 Apply Patch 13055259 ................................................................................................................ 25
2.2 Apply Patch 17555224 ................................................................................................................ 26
2.3 Apply Patch 17639414 ................................................................................................................ 28
2.4 Apply Patch 19945419 ................................................................................................................ 29
2.5 Patches for FMW oracle_common 11.1.1.6 ............................................................................... 31
2.6 Apply Patch 13490778 ................................................................................................................ 31
2.7 Apply Patch 17284368 ................................................................................................................ 33
2.8 Apply Patch 18989444 ................................................................................................................ 34
2.9 Apply Patch 19462638 ................................................................................................................ 36
3. Patches for 10.1.2.3 .................................................................................................................... 38
3.1 Apply Patch 18186693 ................................................................................................................ 39
3.2 Apply Patch 18620223 ................................................................................................................ 43
3.3 Apply Patch 19434967 ................................................................................................................ 45
4. Patches for Oracle Weblogic Server 10.3.6.0 ............................................................................. 49
4.1 Apply Patch 17893334 and 19600486 ........................................................................................ 49
5. Apply Application Patches .......................................................................................................... 54
5.1 Apply patch 17204589 ................................................................................................................ 54
5.2 Apply Patch 18283295, 20034256 and 20075842 ...................................................................... 66
5.3 Apply Patch 18288881, 20043910, 19803392 and 20158287 .................................................... 77
5.4 Apply Upgrade Patch 17919161 ................................................................................................. 89
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
5.5 Start Application Services ........................................................................................................... 93
5.6 Perform Cleanup Phase .............................................................................................................. 94
5.7 Synchronize file systems ............................................................................................................. 95
5.8 Check Release Number ............................................................................................................. 102
5.9 Login Application ...................................................................................................................... 102

Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
******************************************************************************************
1. Database 11.2.0.3 Patches
 16989137  17875948  17912217  18419770  18614015  18685209  19078951 (NOTE: If Patch 18259911 or Patch 17461865 was installed, you should roll it back)  19393542
 Patches will be applied using opatch apply command and before applying patch 19078951 find whether patch 18259911 or 17461865 is already applied trough commands
opatch lsinventory | grep 18259911
opatch lsinventory | grep 17461865
In my case patch 18259911 was already applied so it was roll backed through following command
opatch rollback  –id 18259911
Also remember to complete post installation steps as required in the readme of these patches.
**************************************************************************
[oracle@erp PROD_erp]$ . /u01/oracle/PROD/11.2.0/PROD_erp.env
export PATH=$ORACLE_HOME/OPatch:$PATH
***************************************************************************
First to update OPATCH version follow the below steps
Download patch p6880880_112000_Linux-x86-64
[oracle@erp O_Patches]$ mv p6880880_112000_Linux-x86-64.zip $ORACLE_HOME
[oracle@erp O_Patches]$ cd $ORACLE_HOME
[oracle@erp 11.2.0]$ mv OPatch OPatch_Bkp
[oracle@erp 11.2.0]$ unzip p6880880_112000_Linux-x86-64.zip
Check OPATCH version
[oracle@erp 11.2.0]$ opatch version
OPatch Version: 11.2.0.3.6
*************************************************************************
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
1.1 Apply Patch 16989137
[oracle@erp 16989137]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/16989137_Dec_12_2014_00_08_56/apply2014-12-12_00-0855AM_1.log
Applying interim patch '16989137' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Backing up files...
Patching component oracle.ctx, 11.2.0.3.0...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
Patch 16989137 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/16989137_Dec_12_2014_00_08_56/apply2014-12-12_00-0855AM_1.log
OPatch succeeded.  
Perform Post Install Step as Required in Read me
[oracle@erp 16989137]$ ls
etc  files  postinstall.sql  README.txt
[oracle@erp 16989137]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 00:14:43 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 2137886720 bytes
Fixed Size                    2230072 bytes
Variable Size              452987080 bytes
Database Buffers       1660944384 bytes
Redo Buffers               21725184 bytes
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
Database mounted.
Database opened.
SQL> @postinstall.sql
Session altered.
Grant succeeded.
Session altered.
Calling ctx/admin/driacc.plb on 12-DEC-14 12.16.38.735511 AM -05:00
Package body created.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
************************************************************
1.2 Apply Patch 17875948
[oracle@erp 17875948]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/17875948_Dec_12_2014_00_21_04/apply2014-12-12_00-2104AM_1.log
Applying interim patch '17875948' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
Interim patch 17875948 is a superset of the patch(es) [  16587934 ] in the Oracle Home
OPatch will roll back the subset patches and apply the given patch.
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
Backing up files...
Rolling back interim patch '16587934' from OH '/u01/oracle/PROD/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
RollbackSession removing interim patch '16587934' from inventory
OPatch back to application of the patch '17875948' after auto-rollback.
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
Patch 17875948 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/17875948_Dec_12_2014_00_21_04/apply2014-12-12_00-2104AM_1.log
OPatch succeeded.
Post Installation Steps as in Read me
[oracle@erp 17875948]$ ls
etc  files  postinstall.sql  README.txt
[oracle@erp 17875948]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 00:25:07 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              10 | P a g e

Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 2137886720 bytes
Fixed Size                  2230072 bytes
Variable Size             452987080 bytes
Database Buffers         1660944384 bytes
Redo Buffers               21725184 bytes
Database mounted.
Database opened.
SQL> @postinstall.sql
PL/SQL procedure successfully completed.
Procedure dropped.
Calling rdbms/admin/prvtmeta.plb on 12-DEC-14 12.36.01.908465 AM -05:00
Package body created.
No errors.
Calling rdbms/admin/prvtmeti.plb on 12-DEC-14 12.36.06.263425 AM -05:00
Package body created.
No errors.
Calling rdbms/admin/prvtmetu.plb on 12-DEC-14 12.36.08.899460 AM -05:00
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              11 | P a g e

Package body created.
Calling rdbms/admin/prvtmetb.plb on 12-DEC-14 12.36.11.036150 AM -05:00
Package body created.
No errors.
Calling rdbms/admin/prvtmetd.plb on 12-DEC-14 12.36.11.981516 AM -05:00
Package body created.
No errors.
Calling rdbms/admin/prvtmet2.plb on 12-DEC-14 12.36.12.849759 AM -05:00
Package body created.
Calling rdbms/admin/catmet2.sql on 12-DEC-14 12.36.13.408928 AM -05:00
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              12 | P a g e

PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
*********************************************************************
1.3 Apply Patch 17912217
[oracle@erp 17912217]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              13 | P a g e

Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/17912217_Dec_12_2014_00_41_03/apply2014-12-12_00-4102AM_1.log
Applying interim patch '17912217' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.rdbms, 11.2.0.3.0...
Verifying the update...
Patch 17912217 successfully applied
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              14 | P a g e

Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/17912217_Dec_12_2014_00_41_03/apply2014-12-12_00-4102AM_1.log
OPatch succeeded.
********************************************************************
1.4 Apply Patch 18419770
[oracle@erp 18419770]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18419770_Dec_12_2014_00_43_43/apply2014-12-12_00-4343AM_1.log
Applying interim patch '18419770' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              15 | P a g e  

Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.rdbms, 11.2.0.3.0...
Verifying the update...
Patch 18419770 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18419770_Dec_12_2014_00_43_43/apply2014-12-12_00-4343AM_1.log
OPatch succeeded.
********************************************************************
1.5 Apply Patch 18614015
[oracle@erp 18614015]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              16 | P a g e

OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18614015_Dec_12_2014_00_47_33/apply2014-12-12_00-4733AM_1.log
Applying interim patch '18614015' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Backing up files...
Patching component oracle.rdbms.dbscripts, 11.2.0.3.0...
Verifying the update...
Patch 18614015 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18614015_Dec_12_2014_00_47_33/apply2014-12-12_00-4733AM_1.log
OPatch succeeded.
Post Installation Steps as in readme
[oracle@erp 18614015]$ ls
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              17 | P a g e

etc  files  postinstall.sql  README.txt
[oracle@erp 18614015]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 00:49:14 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 2137886720 bytes
Fixed Size                  2230072 bytes
Variable Size             452987080 bytes
Database Buffers         1660944384 bytes
Redo Buffers               21725184 bytes
Database mounted.
Database opened.
SQL> @postinstall.sql
Calling rdbms/admin/prvtutil.plb on 12-DEC-14 12.49.50.764705 AM -05:00
Package body created.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              18 | P a g e

With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@erp 18614015]$
****************************************************************************
1.6 Apply Patch 18685209
[oracle@erp 18685209]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18685209_Dec_12_2014_00_52_15/apply2014-12-12_00-5214AM_1.log
Applying interim patch '18685209' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              19 | P a g e

Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.rdbms, 11.2.0.3.0...
Verifying the update...
Patch 18685209 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18685209_Dec_12_2014_00_52_15/apply2014-12-12_00-5214AM_1.log
OPatch succeeded.
***************************************************************************
1.7 Apply Patch 19078951
(See Footnote 11)
Footnote 11 - If Patch 18259911 or Patch 17461865 was installed, you should roll it back before installing Patch 19078951
[oracle@erp 18685209]$ opatch lsinventory | grep 18259911
Patch  18259911     : applied on Tue Dec 09 00:30:12 GMT-05:00 2014
[oracle@erp 18685209]$ opatch lsinventory | grep 17461865
[oracle@erp 18685209]$
As in our case patch 18259911 is applied so it will be rolled back
[oracle@erp 18685209]$ opatch rollback -id 18259911
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              20 | P a g e

Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18259911_Dec_12_2014_00_58_34/rollback2014-12-12_00-5834AM_1.log
RollbackSession rolling back interim patch '18259911' from OH '/u01/oracle/PROD/11.2.0'
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '18259911' from inventory
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/18259911_Dec_12_2014_00_58_34/rollback2014-12-12_00-5834AM_1.log
OPatch succeeded.
Now Apply 19078951
[oracle@erp 19078951]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              21 | P a g e

Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/19078951_Dec_12_2014_01_04_16/apply2014-12-12_01-0415AM_1.log
Applying interim patch '19078951' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
Interim patch 19078951 is a superset of the patch(es) [  14751895 12849688 ] in the Oracle Home
OPatch will roll back the subset patches and apply the given patch.
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Is the local system ready for patching? [y|n]
Oracle APPS 12.2 Upgrade to 12.2.4    

      Oracle APPS 12.2 Upgrade to 12.2.4                                              22 | P a g e

y
User Responded with: Y
Backing up files...
Rolling back interim patch '14751895' from OH '/u01/oracle/PROD/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
RollbackSession removing interim patch '14751895' from inventory
Rolling back interim patch '12849688' from OH '/u01/oracle/PROD/11.2.0'
Patching component oracle.rdbms, 11.2.0.3.0...
RollbackSession removing interim patch '12849688' from inventory
OPatch back to application of the patch '19078951' after auto-rollback.
Patching component oracle.rdbms.rsf, 11.2.0.3.0...
Patching component oracle.rdbms, 11.2.0.3.0...
Verifying the update...
Patch 19078951 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/19078951_Dec_12_2014_01_04_16/apply2014-12-12_01-0415AM_1.log
OPatch succeeded.
**********************************************************************************

Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              23 | P a g e

1.8 Apply Patch 19393542
[oracle@erp 19393542]$ opatch apply
Oracle Interim Patch Installer version 11.2.0.3.6
Copyright (c) 2013, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/11.2.0
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/11.2.0/oraInst.loc
OPatch version    : 11.2.0.3.6
OUI version       : 11.2.0.3.0
Log file location : /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/19393542_Dec_12_2014_01_10_07/apply2014-12-12_01-1007AM_1.log
Applying interim patch '19393542' to OH '/u01/oracle/PROD/11.2.0'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/11.2.0')
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              24 | P a g e
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.rdbms, 11.2.0.3.0...
Verifying the update...
Patch 19393542 successfully applied
Log file location: /u01/oracle/PROD/11.2.0/cfgtoollogs/opatch/19393542_Dec_12_2014_01_10_07/apply2014-12-12_01-1007AM_1.log
OPatch succeeded.
*********************************************************************************************
2. Patches for FMW web-tier 11.1.1.6
 13055259
Apply using ‘opatch apply’ command.
 17555224
Apply using ‘opatch apply’ command.
 17639414
Apply using ‘opatch apply -jre $ORACLE_HOME/jdk/jre’ command as required in readme
 19945419
Apply using ‘opatch apply -jre $ORACLE_HOME/jdk/jre’ command as required in readme
**********************************************************************
[oracle@erp 13055259]$ export ORACLE_HOME=/u01/oracle/PROD/fs1/FMW_Home/webtier
[oracle@erp 13055259]$ echo $ORACLE_HOME
/u01/oracle/PROD/fs1/FMW_Home/webtier
[oracle@erp 13055259]$ export PATH=$ORACLE_HOME/OPatch:$PATH
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              25 | P a g e
**********************************************************************
2.1 Apply Patch 13055259 [oracle@erp 13055259]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/webtier
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/webtier/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/13055259_Dec_12_2014_01_46_33/apply201412-12_01-46-32AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '13055259' to OH '/u01/oracle/PROD/fs1/FMW_Home/webtier'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              26 | P a g e
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/oracle/PROD/fs1/FMW_Home/webtier')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.opmn, 11.1.1.6.0...
Verifying the update...
Patch 13055259 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/13055259_Dec_12_2014_01_46_33/apply2014-1212_01-46-32AM_1.log
OPatch succeeded.
*****************************************************************************************
2.2 Apply Patch 17555224 [oracle@erp 17555224]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/webtier
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/webtier/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/17555224_Dec_12_2014_01_49_39/apply201412-12_01-49-38AM_1.log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              27 | P a g e
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '17555224' to OH '/u01/oracle/PROD/fs1/FMW_Home/webtier'
Verifying environment and performing prerequisite checks...
Patch 17555224: Optional component(s) missing : [ oracle.idm.oid, 11.1.1.6.0 ]
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/fs1/FMW_Home/webtier')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.ldap.rsf, 11.1.1.6.0...
Patching component oracle.rdbms.rsf, 11.1.0.7.0...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              28 | P a g e
Verifying the update...
Patch 17555224 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/17555224_Dec_12_2014_01_49_39/apply2014-1212_01-49-38AM_1.log
OPatch succeeded.
********************************************************************************
2.3 Apply Patch 17639414 [oracle@erp 17639414]$ opatch apply -jre $ORACLE_HOME/jdk/jre
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/webtier
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/webtier/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/17639414_Dec_12_2014_01_52_43/apply201412-12_01-52-42AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '17639414' to OH '/u01/oracle/PROD/fs1/FMW_Home/webtier'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              29 | P a g e
Visit http://www.oracle.com/support/policies.html for details.
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
Backing up files...
Patching component oracle.as.clone.ohs, 11.1.1.6.0...
Verifying the update...
Patch 17639414 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/17639414_Dec_12_2014_01_52_43/apply2014-1212_01-52-42AM_1.log
OPatch succeeded.
*********************************************************************************
2.4 Apply Patch 19945419 [oracle@erp 19945419]$ opatch apply -jre $ORACLE_HOME/jdk/jre
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/webtier
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/webtier/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/19945419_Dec_12_2014_01_55_10/apply201412-12_01-55-09AM_1.log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              30 | P a g e
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '19945419' to OH '/u01/oracle/PROD/fs1/FMW_Home/webtier'
Verifying environment and performing prerequisite checks...
Interim patch 19945419 is a superset of the patch(es) [  13055259 ] in the Oracle Home
OPatch will roll back the subset patches and apply the given patch.
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/fs1/FMW_Home/webtier')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Rolling back interim patch '13055259' from OH '/u01/oracle/PROD/fs1/FMW_Home/webtier'
Patching component oracle.opmn, 11.1.1.6.0...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              31 | P a g e
RollbackSession removing interim patch '13055259' from inventory
OPatch back to application of the patch '19945419' after auto-rollback.
Patching component oracle.opmn, 11.1.1.6.0...
Verifying the update...
Patch 19945419 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/webtier/cfgtoollogs/opatch/19945419_Dec_12_2014_01_55_10/apply2014-1212_01-55-09AM_1.log
OPatch succeeded.
********************************************************************************************
2.5 Patches for FMW oracle_common 11.1.1.6  13490778
Apply using ‘opatch apply’ command.
 17284368
Apply using ‘opatch apply -jre $ORACLE_HOME/jdk/jre’ command as required in readme
 18989444
Apply using ‘opatch apply’ command
 19462638
Apply using ‘opatch apply’ command
*************************************************************************************
[oracle@erp 18186693]$ export ORACLE_HOME=/u01/oracle/PROD/fs1/FMW_Home/oracle_common
[oracle@erp 18186693]$ export PATH=$ORACLE_HOME/OPatch:$PATH
*************************************************************************************
2.6 Apply Patch 13490778 [oracle@erp 13490778]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              32 | P a g e
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/oracle_common
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/13490778_Dec_12_2014_02_02_48/apply2014-12-12_0202-48AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '13490778' to OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Verifying environment and performing prerequisite checks...
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Backing up files...
Patching component oracle.jrf.dms, 11.1.1.6.0...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              33 | P a g e
Verifying the update...
Patch 13490778 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/13490778_Dec_12_2014_02_02_48/apply2014-12-12_0202-48AM_1.log
OPatch succeeded.
**********************************************************************************
2.7 Apply Patch 17284368 [oracle@erp 17284368]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/oracle_common
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/17284368_Dec_12_2014_02_07_43/apply2014-12-12_0207-43AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '17284368' to OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Verifying environment and performing prerequisite checks...
Patch 17284368: Optional component(s) missing : [ oracle.dbjava.ic, 11.1.0.7.0 ] , [ oracle.dbjava.jdbc, 11.1.0.7.0 ]
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              34 | P a g e
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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.
(Oracle Home = '/u01/oracle/PROD/fs1/FMW_Home/oracle_common')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.jrf.thirdparty.jee, 11.1.1.6.0...
Verifying the update...
Patch 17284368 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/17284368_Dec_12_2014_02_07_43/apply2014-12-12_0207-43AM_1.log
OPatch succeeded.
****************************************************************************
2.8 Apply Patch 18989444 [oracle@erp 18989444]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              35 | P a g e
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/oracle_common
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/18989444_Dec_12_2014_02_10_33/apply2014-12-12_0210-33AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '18989444' to OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Verifying environment and performing prerequisite checks...
Interim patch 18989444 is a superset of the patch(es) [  13947608 ] in the Oracle Home
OPatch will roll back the subset patches and apply the given patch.
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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  
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              36 | P a g e
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/oracle/PROD/fs1/FMW_Home/oracle_common')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Rolling back interim patch '13947608' from OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Patching component oracle.jrf.opss, 11.1.1.6.0...
RollbackSession removing interim patch '13947608' from inventory
OPatch back to application of the patch '18989444' after auto-rollback.
Patching component oracle.jrf.opss, 11.1.1.6.0...
Verifying the update...
Patch 18989444 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/18989444_Dec_12_2014_02_10_33/apply2014-12-12_0210-33AM_1.log
OPatch succeeded.
************************************************************************************
2.9 Apply Patch 19462638 [oracle@erp 19462638]$ opatch apply
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              37 | P a g e
Oracle Home       : /u01/oracle/PROD/fs1/FMW_Home/oracle_common
Central Inventory : /u01/oraInventory
   from           : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/19462638_Dec_12_2014_02_12_37/apply2014-12-12_0212-37AM_1.log
OPatch detects the Middleware Home as "/u01/oracle/PROD/fs1/FMW_Home"
Applying interim patch '19462638' to OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Verifying environment and performing prerequisite checks...
Interim patch 19462638 is a superset of the patch(es) [  14588599 ] in the Oracle Home
OPatch will roll back the subset patches and apply the given patch.
All checks passed.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Backing up files...
Rolling back interim patch '14588599' from OH '/u01/oracle/PROD/fs1/FMW_Home/oracle_common'
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              38 | P a g e
Patching component oracle.as.common.clone, 11.1.1.6.0...
Updating jar file "/u01/oracle/PROD/fs1/FMW_Home/oracle_common/jlib/cloningclient.jar" with "/u01/oracle/PROD/fs1/FMW_Home/oracle_common/.patch_storage/14588599_Sep_27_2012_15_42_28/files//jlib/cloningclient.jar /oracle/as/clone/cloner/component/j2ee/constants/J2EEIntrospectorConstants.class"
Updating jar file "/u01/oracle/PROD/fs1/FMW_Home/oracle_common/jlib/cloningclient.jar" with "/u01/oracle/PROD/fs1/FMW_Home/oracle_common/.patch_storage/14588599_Sep_27_2012_15_42_28/files//jlib/cloningclient.jar /oracle/as/clone/cloner/component/j2ee/introspector/SecurityPolicyIntrospector.class"
RollbackSession removing interim patch '14588599' from inventory
OPatch back to application of the patch '19462638' after auto-rollback.
Patching component oracle.as.common.clone, 11.1.1.6.0...
Verifying the update...
Patch 19462638 successfully applied
Log file location: /u01/oracle/PROD/fs1/FMW_Home/oracle_common/cfgtoollogs/opatch/19462638_Dec_12_2014_02_12_37/apply2014-12-12_0212-37AM_1.log
OPatch succeeded.
**************************************************************************************
3. Patches for 10.1.2.3
 18186693
Apply using ‘opatch apply’ command
 18620223
Apply using ‘opatch apply’ command
 19434967
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              39 | P a g e
Apply using ‘opatch apply’ command
************************************************************************************
[oracle@erp 18186693]$ export ORACLE_HOME=/u01/oracle/PROD/fs1/EBSapps/10.1.2
[oracle@erp 18186693]$ export PATH=$ORACLE_HOME/OPatch:$PATH
************************************************************************************
3.1 Apply Patch 18186693 [oracle@erp 18186693]$ opatch apply
Oracle Interim Patch Installer version 1.0.0.0.64
Copyright (c) 2011 Oracle Corporation. All Rights Reserved..
Oracle recommends you to use the latest OPatch version
and read the OPatch documentation available in the OPatch/docs
directory for usage. For information about the latest OPatch and
other support-related issues, refer to document ID 293369.1
available on My Oracle Support (https://myoraclesupport.oracle.com)
Oracle Home           : /u01/oracle/PROD/fs1/EBSapps/10.1.2
Oracle Home Inventory : /u01/oracle/PROD/fs1/EBSapps/10.1.2/inventory
Central Inventory     : /u01/oraInventory
   from               : /etc/oraInst.loc
OUI location          : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui
OUI shared library    : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui/lib/linux/liboraInstaller.so
Java location         : /u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/bin/java
Log file location     : /u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/<patch ID>/*.log
Creating log file "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/Apply_18186693_12-12-2014_02-25-35.log"
Invoking fuser to check for active processes.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              40 | P a g e
Patch "18186693" overlays " 14825718 ". Conflict check between them is skipped.
Subset patches:  17303472,
The fixes for Patch 17303472,  are included in the patch currently
being installed (18186693).  OPatch will roll back the subset patch(es) and
install the new patch (18186693).
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle Configuration Manager has been installed but not configured. OCM enables
Oracle to provide superior, proactive support for our customers. Oracle
strongly recommends customers configure OCM. To complete the configuration of
OCM, refer to the OCM Installation and Administration Guide
(http://www.oracle.com/technology/documentation/ocm.html).
Backing up comps.xml ...
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Please shut down Oracle instances running out of this ORACLE_HOME
(Oracle Home = /u01/oracle/PROD/fs1/EBSapps/10.1.2)
Is this system ready for updating?
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              41 | P a g e
Please respond Y|N >
y
Rolling back patch 17303472...
Creating log file "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/17303472/RollBack_17303472_12-12-2014_02-26-04.log"
Rolling back with all-node mode.
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Oracle instances have been shut down, proceeding with auto-rollback.
Removing patch 17303472...
Restoring archive files...
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/17303472/lib/ixdn.o_libix.a_opatch_new_17303472".  So, deleting the file from the archive.
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/17303472/lib/ixvw.o_libix.a_opatch_new_17303472".  So, deleting the file from the archive.
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/17303472/lib/ixwn.o_libix.a_opatch_new_17303472".  So, deleting the file from the archive.
Restoring copied files...
Running make for target  sharedlib.
Running make for target  install.
Updating inventory...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              42 | P a g e
Back to applying patch 18186693...
Backing up 2nd copy of comps.xml ...
Applying patch 18186693...
Patching archive files...
Patching copy files...
Running make for target sharedlib.
Running make for target install.
Running make for target sharedlibs.
Running make for target install.  
Inventory is good and does not have any dangling patches.
Updating inventory...
Verifying patch...
Backing up comps.xml ...
OPatch succeeded.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              43 | P a g e
***********************************************************************************
3.2 Apply Patch 18620223 [oracle@erp 18620223]$ opatch apply
Oracle Interim Patch Installer version 1.0.0.0.64
Copyright (c) 2011 Oracle Corporation. All Rights Reserved..
Oracle recommends you to use the latest OPatch version
and read the OPatch documentation available in the OPatch/docs
directory for usage. For information about the latest OPatch and
other support-related issues, refer to document ID 293369.1
available on My Oracle Support (https://myoraclesupport.oracle.com)
Oracle Home           : /u01/oracle/PROD/fs1/EBSapps/10.1.2
Oracle Home Inventory : /u01/oracle/PROD/fs1/EBSapps/10.1.2/inventory
Central Inventory     : /u01/oraInventory
   from               : /etc/oraInst.loc
OUI location          : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui
OUI shared library    : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui/lib/linux/liboraInstaller.so
Java location         : /u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/bin/java
Log file location     : /u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/<patch ID>/*.log
Creating log file "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18620223/Apply_18620223_12-12-2014_02-35-29.log"
Invoking fuser to check for active processes.
Patch "18620223" overlays " 14825718 ". Conflict check between them is skipped.
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              44 | P a g e
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle Configuration Manager has been installed but not configured. OCM enables
Oracle to provide superior, proactive support for our customers. Oracle
strongly recommends customers configure OCM. To complete the configuration of
OCM, refer to the OCM Installation and Administration Guide
(http://www.oracle.com/technology/documentation/ocm.html).
Backing up comps.xml ...
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Please shut down Oracle instances running out of this ORACLE_HOME
(Oracle Home = /u01/oracle/PROD/fs1/EBSapps/10.1.2)
Is this system ready for updating?
Please respond Y|N >
y
Applying patch 18620223...
Patching archive files...
Running make for target sharedlib.
Running make for target install.  
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              45 | P a g e
Inventory is good and does not have any dangling patches.
Updating inventory...
Verifying patch...
Backing up comps.xml ...
OPatch succeeded.
**************************************************************************************
3.3 Apply Patch 19434967
[oracle@erp 19434967]$ opatch apply
Oracle Interim Patch Installer version 1.0.0.0.64
Copyright (c) 2011 Oracle Corporation. All Rights Reserved..
Oracle recommends you to use the latest OPatch version
and read the OPatch documentation available in the OPatch/docs
directory for usage. For information about the latest OPatch and
other support-related issues, refer to document ID 293369.1
available on My Oracle Support (https://myoraclesupport.oracle.com)
Oracle Home           : /u01/oracle/PROD/fs1/EBSapps/10.1.2
Oracle Home Inventory : /u01/oracle/PROD/fs1/EBSapps/10.1.2/inventory
Central Inventory     : /u01/oraInventory
   from               : /etc/oraInst.loc
OUI location          : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui
OUI shared library    : /u01/oracle/PROD/fs1/EBSapps/10.1.2/oui/lib/linux/liboraInstaller.so
Java location         : /u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/bin/java
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              46 | P a g e
Log file location     : /u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/<patch ID>/*.log
Creating log file "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/19434967/Apply_19434967_12-12-2014_02-39-00.log"
Invoking fuser to check for active processes.
Patch "19434967" overlays " 14825718 ". Conflict check between them is skipped.
Subset patches:  18186693,
The fixes for Patch 18186693,  are included in the patch currently
being installed (19434967).  OPatch will roll back the subset patch(es) and
install the new patch (19434967).
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
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
Oracle Configuration Manager has been installed but not configured. OCM enables
Oracle to provide superior, proactive support for our customers. Oracle
strongly recommends customers configure OCM. To complete the configuration of
OCM, refer to the OCM Installation and Administration Guide
(http://www.oracle.com/technology/documentation/ocm.html).
Backing up comps.xml ...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              47 | P a g e
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Please shut down Oracle instances running out of this ORACLE_HOME
(Oracle Home = /u01/oracle/PROD/fs1/EBSapps/10.1.2)
Is this system ready for updating?
Please respond Y|N >
y
Rolling back patch 18186693...
Creating log file "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/RollBack_18186693_12-12-2014_02-39-27.log"
Rolling back with all-node mode.
OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
Oracle instances have been shut down, proceeding with auto-rollback.
Removing patch 18186693...
Restoring archive files...
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/lib/ixdn.o_libix.a_opatch_new_18186693".  So, deleting the file from the archive.
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/lib/ixn.o_libix.a_opatch_new_18186693".  So, deleting the file from the archive.
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/lib/ixvw.o_libix.a_opatch_new_18186693".  So, deleting the file from the archive.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              48 | P a g e
OPatch found "/u01/oracle/PROD/fs1/EBSapps/10.1.2/.patch_storage/18186693/lib/ixwn.o_libix.a_opatch_new_18186693".  So, deleting the file from the archive.
Restoring copied files...
Running make for target  sharedlib.
Running make for target  install.
Running make for target  sharedlibs.
Running make for target  install.
Updating inventory...
Back to applying patch 19434967...
Backing up 2nd copy of comps.xml ...
Applying patch 19434967...
Patching archive files...
Patching copy files...
Running make for target sharedlib.
Running make for target install.
Running make for target sharedlibs.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              49 | P a g e  
Inventory is good and does not have any dangling patches.
Updating inventory...
Verifying patch...
Backing up comps.xml ...
OPatch succeeded.
**************************************************************************************
4. Patches for Oracle Weblogic Server 10.3.6.0
4.1 Apply Patch 17893334 and 19600486
 17893334  19600486
[oracle@erp O_Patches]$ cp p17893334_1036_Generic.zip /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/
[oracle@erp O_Patches]$ cp p19600486_1036_Generic.zip /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/
[oracle@erp O_Patches]$ cd /u01/oracle/PROD/fs1/FMW_Home/utils/bsu/cache_dir/
[oracle@erp cache_dir]$ unzip p17893334_1036_Generic.zip
Archive:  p17893334_1036_Generic.zip
  inflating: 7FC9.jar
  inflating: README.txt
  inflating: patch-catalog_21169.xml
[oracle@erp cache_dir]$ vi README.txt
[oracle@erp cache_dir]$ rm README.txt
[oracle@erp cache_dir]$ unzip p19600486_1036_Generic.zip
Archive:  p19600486_1036_Generic.zip
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              50 | P a g e
  inflating: Y5AP.jar
  inflating: patch-catalog_22036.xml
  inflating: README.txt
[oracle@erp cache_dir]$ vi README.txt
[oracle@erp cache_dir]$ rm README.txt
[oracle@erp bsu]$ pwd
/u01/oracle/PROD/fs1/FMW_Home/utils/bsu
[oracle@erp bsu]$ ls
bsu.jar  bsu.sh  cache_dir  patch-client.jar  smartupdate.ico
[oracle@erp bsu]$ ./bsu.sh
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              51 | P a g e  
First Apply Patch 17893334 by click green icons in ‘Apply’ column.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              52 | P a g e  
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              53 | P a g e  
Similarly Apply Patch 19600486
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              54 | P a g e
*********************************************************************************
5. Apply Application Patches
Oracle E-Business Suite Release 12.2.4 Readme (Doc ID 1617458.1)
********************************************************************************
5.1 Apply patch 17204589
[oracle@erp ~]$ sqlplus /as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 14:29:05 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              55 | P a g e
Total System Global Area 2137886720 bytes
Fixed Size                  2230072 bytes
Variable Size             452987080 bytes
Database Buffers         1660944384 bytes
Redo Buffers               21725184 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@erp ~]$ lsnrctl start PROD
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 12-DEC-2014 14:32:59
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Starting /u01/oracle/PROD/11.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.3.0 - Production
System parameter file is /u01/oracle/PROD/11.2.0/network/admin/PROD_erp/listener.ora
Log messages written to /u01/oracle/PROD/11.2.0/admin/PROD_erp/diag/tnslsnr/erp/prod/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erp.fahad)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=erp.fahad)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     PROD
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                12-DEC-2014 14:33:00
Uptime                    0 days 0 hr. 0 min. 16 sec
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              56 | P a g e
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/oracle/PROD/11.2.0/network/admin/PROD_erp/listener.ora
Listener Log File         /u01/oracle/PROD/11.2.0/admin/PROD_erp/diag/tnslsnr/erp/prod/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erp.fahad)(PORT=1521)))
Services Summary...
Service "PROD" has 1 instance(s).
  Instance "PROD", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
************Apply Patch on run file system
[oracle@erp ~]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
******All Application tier services on the run file system must be shutdown
[oracle@erp ~]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
*******Start up only the Weblogic AdminServer service on the run file system.
[oracle@erp ~]$ sh $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start
You are running adadminsrvctl.sh version 120.10.12020000.2
Enter the WebLogic Admin password:
Enter the APPS Schema password:
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `BASH_FUNC_module'
NMProcess: <Dec 12, 2014 2:45:40 PM> <INFO> <Loading domains file: /u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains>
NMProcess: Dec 12, 2014 2:45:40 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
NMProcess: INFO: Loading domains file: /u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess: <Dec 12, 2014 2:45:40 PM> <INFO> <Loaded node manager configuration properties from '/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'>
NMProcess: Dec 12, 2014 2:45:40 PM weblogic.nodemanager.server.NMServer <init>
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              57 | P a g e
NMProcess: INFO: Loaded node manager configuration properties from '/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
NMProcess: Node manager v10.3
NMProcess:
NMProcess: Configuration settings:
NMProcess:
NMProcess: NodeManagerHome=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
NMProcess: ListenAddress=erp.fahad
NMProcess: ListenPort=5556
NMProcess: ListenBacklog=50
NMProcess: SecureListener=false
NMProcess: AuthenticationEnabled=true
NMProcess: NativeVersionEnabled=true
NMProcess: CrashRecoveryEnabled=false
NMProcess: JavaHome=/u01/oracle/PROD/fs1/EBSapps/comn/util/jdk64
NMProcess: StartScriptEnabled=false
NMProcess: StopScriptEnabled=false
NMProcess: StartScriptName=startWebLogic.sh
NMProcess: StopScriptName=
NMProcess: LogFile=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log
NMProcess: LogLevel=INFO
NMProcess: LogLimit=0
NMProcess: LogCount=1
NMProcess: LogAppend=true
NMProcess: LogToStderr=true
NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter
NMProcess: DomainsFile=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess: DomainsFileEnabled=true
NMProcess: StateCheckInterval=500
NMProcess: QuitEnabled=true
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              58 | P a g e
NMProcess: UseMACBroadcast=false
NMProcess: DomainRegistrationEnabled=true
NMProcess: DomainsDirRemoteSharingEnabled=false
NMProcess:
NMProcess: Domain name mappings:
NMProcess:
NMProcess: EBS_domain_PROD -> /u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD
NMProcess:
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <EBS_domain_PROD> <forms_server1> <Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/forms_server1/data/nodemanager/startup .properties">
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/forms_server1/data/nodemanager/startup .properties"
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <EBS_domain_PROD> <oafm_server1> <Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/oafm_server1/data/nodemanager/startup. properties">
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/oafm_server1/data/nodemanager/startup. properties"
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <EBS_domain_PROD> <forms-c4ws_server1> <Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/formsc4ws_server1/data/nodemanager/startup.properties">
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/formsc4ws_server1/data/nodemanager/startup.properties"
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/data/nodemanager/startup. properties">
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.AbstractServerManager log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              59 | P a g e
NMProcess: INFO: Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/data/nodemanager/startup. properties"
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <EBS_domain_PROD> <oacore_server1> <Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/oacore_server1/data/nodemanager/startu p.properties">
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties loaded from "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/oacore_server1/data/nodemanager/startu p.properties"
NMProcess: <Dec 12, 2014 2:45:42 PM> <INFO> <Plain socket listener started on port 5556, host erp.fahad>
NMProcess: Dec 12, 2014 2:45:42 PM weblogic.nodemanager.server.Listener run
NMProcess: INFO: Plain socket listener started on port 5556, host erp.fahad
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Startup configuration properties saved to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/data/nodemanager/startup. properties">
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Startup configuration properties saved to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/data/nodemanager/startup. properties"
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Rotated server output log to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out00004" >
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.LogFileRotationUtil log
NMProcess: INFO: Rotated server output log to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out00004"
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Server error log also redirected to server log>
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.LogFileRotationUtil log
NMProcess: INFO: Server error log also redirected to server log
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Starting WebLogic server with command line: /u01/oracle/PROD/fs1/EBSapps/comn/util/jdk64/jre/bin/java -Dweblogic.Name=AdminServer -Djava.security.policy=null Djava.library.path=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/native:/u01/oracle/PROD/fs1/EBSapps/10.1. 2/jdk/jre/lib/i386:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i3 86/native_threads:/u01/oracle/PROD/fs1/EBSapps/appl/cz/12.0.0/bin:/u01/oracle/PROD/fs1/EBSapps/10.1.2/lib32:/u01/oracle/PRO D/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/u01/oracle/PROD /fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/PRO D/fs1/EBSapps/appl/sht/12.0.0/lib:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/u01/oracle/PRO D/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              60 | P a g e
Djava.class.path=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u 01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/serv er/lib/weblogic.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/oracle/PROD/f s1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/an t-all.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/antcontrib.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/oracle/PROD/fs1/F MW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portletapi.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/u01/oracle/PROD/fs1/FMW_Home/wl server_10.3/common/derby/lib/derbyclient.jar Dweblogic.system.BootIdentityFile=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminS erver/security/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -XX:PermSize=128m -XX:MaxPermSize=384m Xms512m -Xmx512m -Djava.security.policy=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da Dplatform.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3 Dwls.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server Dweblogic.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server Dcommon.components.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger Ddomain.home=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD Doracle.server.config.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/servers /AdminServer Doracle.domain.config.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig Digf.arisidbeans.carmlloc=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/carml Digf.arisidstack.home=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/arisidprovi der Doracle.security.jps.config=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/jpsconfig.xml Doracle.deployed.app.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/tm p/_WL_user -Doracle.deployed.app.ext=/- Dweblogic.alternateTypesDirectory=/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/u01/oracl e/PROD/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false Dportlet.oracle.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common Dem.oracle.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false Dweblogic.ext.dirs=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath weblogic.Server >
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Starting WebLogic server with command line: /u01/oracle/PROD/fs1/EBSapps/comn/util/jdk64/jre/bin/java Dweblogic.Name=AdminServer -Djava.security.policy=null Djava.library.path=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/native:/u01/oracle/PROD/fs1/EBSapps/10.1. 2/jdk/jre/lib/i386:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i3 86/native_threads:/u01/oracle/PROD/fs1/EBSapps/appl/cz/12.0.0/bin:/u01/oracle/PROD/fs1/EBSapps/10.1.2/lib32:/u01/oracle/PRO D/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/u01/oracle/PROD /fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/PROD/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/PRO D/fs1/EBSapps/appl/sht/12.0.0/lib:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/u01/oracle/PRO D/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              61 | P a g e
Djava.class.path=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u 01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/serv er/lib/weblogic.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/oracle/PROD/f s1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/an t-all.jar:/u01/oracle/PROD/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/antcontrib.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/oracle/PROD/fs1/F MW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portletapi.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/u01/oracle/PROD/fs1/FMW_Home/wl server_10.3/common/derby/lib/derbyclient.jar Dweblogic.system.BootIdentityFile=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminS erver/security/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -XX:PermSize=128m -XX:MaxPermSize=384m Xms512m -Xmx512m -Djava.security.policy=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da Dplatform.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3 Dwls.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server Dweblogic.home=/u01/oracle/PROD/fs1/FMW_Home/wlserver_10.3/server Dcommon.components.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger Ddomain.home=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD Doracle.server.config.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/servers /AdminServer Doracle.domain.config.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig Digf.arisidbeans.carmlloc=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/carml Digf.arisidstack.home=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/arisidprovi der Doracle.security.jps.config=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/config/fmwconfig/jpsconfig.xml Doracle.deployed.app.dir=/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/tm p/_WL_user -Doracle.deployed.app.ext=/- Dweblogic.alternateTypesDirectory=/u01/oracle/PROD/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/u01/oracl e/PROD/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false Dportlet.oracle.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common Dem.oracle.home=/u01/oracle/PROD/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false Dweblogic.ext.dirs=/u01/oracle/PROD/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath weblogic.Server
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Working directory is '/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD'>
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Working directory is '/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD'
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Rotated server output log to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out00005" >
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.LogFileRotationUtil log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              62 | P a g e
NMProcess: INFO: Rotated server output log to "/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out00005"
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Server error log also redirected to server log>
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.LogFileRotationUtil log
NMProcess: INFO: Server error log also redirected to server log
NMProcess: <Dec 12, 2014 2:45:59 PM> <INFO> <EBS_domain_PROD> <AdminServer> <Server output log file is '/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out'>
NMProcess: Dec 12, 2014 2:45:59 PM weblogic.nodemanager.server.AbstractServerManager log
NMProcess: INFO: Server output log file is '/u01/oracle/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/servers/AdminServer/logs/AdminServer.out'
Refer /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
adadminsrvctl.sh: check the logfile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
**************************
Error that you may have seen above is a generic error it doesn’t not have any affect it can be resolved by following below step
Error:
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `BASH_FUNC_module'
Steps:
As super user run command
[root@erp oracle]# mv /etc/profile.d/modules.sh /etc/profile.d/modules.sh_Bkp Now restart Weblogic AdminServer service on the run file system after re-login error will disappear now.
sh: module: line 1: syntax error: unexpected end of file Occurs For Adadminsrvctl.sh Start After A Fresh Install (Doc ID 1595626.1)
1. Rename /etc/profile.d/modules.sh to /etc/profile.d/modules.sh.bak.
2. Log out, log back in, and set the application environment.
 3. Confirm these environment variables are not set: MODULEPATH, LOADEDMODULES and MODULESHOME.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              63 | P a g e
4. Run ./adadminsrvctl.sh start and confirm it does not fail.
*******************************************************************
Continue Applying Patch 17204589
[oracle@erp 12.2]$ cp p17204589_12.2.0_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ ls
p17204589_12.2.0_R12_GENERIC.zip
[oracle@erp patch]$ unzip p17204589_12.2.0_R12_GENERIC.zip
[oracle@erp patch]$ adop phase=apply patches=17204589 hotpatch=yes
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
Enter the RUN file system context file name [/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml]:
[STATEMENT] [END   2014/12/12 18:22:46] Performing verification of parameters
[STATEMENT] [START 2014/12/12 18:22:47] Checking for the required ENV setup
[STATEMENT] [END   2014/12/12 18:22:47] Checking for the required ENV setup
************* Start of  session *************
 version: 12.2.0
 started at: Fri Dec 12 2014 18:22:47
APPL_TOP is set to /u01/oracle/PROD/fs1/EBSapps/appl
[STATEMENT] [START 2014/12/12 18:22:48] Determining admin node
[STATEMENT] [END   2014/12/12 18:22:50] Determining admin node
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              64 | P a g e
[STATEMENT]  Recommended Worker Count:  1 Max Allowed Workers: 10
[STATEMENT] [START 2014/12/12 18:22:56] Acquiring lock on sessions table
[STATEMENT] [END   2014/12/12 18:22:58] Acquiring lock on sessions table
[STATEMENT] [START 2014/12/12 18:22:58] Checking for any pending sessions
[STATEMENT] [START 2014/12/12 18:23:03] Staging the current session
  [STATEMENT] [START 2014/12/12 18:23:08] Checking if node "erp" is abandoned
  [STATEMENT] [END   2014/12/12 18:23:10] Checking if node "erp" is abandoned
[STATEMENT] [END   2014/12/12 18:23:12] Staging the current session
[STATEMENT] [START 2014/12/12 18:23:14] Unlocking sessions table
[STATEMENT] [END   2014/12/12 18:23:15] Unlocking sessions table
[STATEMENT] [START 2014/12/12 18:23:15] adzdoptl.pl run
  [STATEMENT] Session ID: 2
  [STATEMENT] Phase: apply
  [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141212_182220.log
  [STATEMENT] [START 2014/12/12 18:23:25] Invoking admerge
  [STATEMENT] [END   2014/12/12 18:23:26] Invoking admerge
  [STATEMENT] [START 2014/12/12 18:23:27] apply phase
    [STATEMENT] APPLY Phase START TIME: 12-12-2014 18:23:28
    [STATEMENT] [START 2014/12/12 18:23:31] Performing Check for Logon Trigger existence and enablement
    [STATEMENT] [END   2014/12/12 18:23:33] Performing Check for Logon Trigger existence and enablement
    [STATEMENT] [Start 2014/12/12 18:23:38] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
      [STATEMENT] Reading defaults file /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt
      [STATEMENT] Substituting tokens ...
      [STATEMENT] Regenerating defaults file ...
    [STATEMENT] [End   2014/12/12 18:23:38] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
    [STATEMENT] Calling: adpatch  workers=1    options=hotpatch    flags=autoskip   console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs_ne/EBSapps/patch/17204589 driver=u17204589.drv logfile=u17204589.log
    [STATEMENT] ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_182220/PROD_erp/17204589/log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              65 | P a g e
    [STATEMENT] Running: adpatch  workers=1    options=hotpatch    flags=autoskip   console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs_ne/EBSapps/patch/17204589 driver=u17204589.drv logfile=u17204589.log stdin=yes
Successfully created out directory
    [STATEMENT] [START 2014/12/12 20:21:26] Running finalize since in hotpatch mode
      [STATEMENT] [START 2014/12/12 20:38:52] Compiling Invalid Objects as part of Finalize
      [STATEMENT] [END   2014/12/12 20:39:53] Compiling Invalid Objects as part of Finalize
    [STATEMENT] [END   2014/12/12 20:39:54] Running finalize since in hotpatch mode
    [STATEMENT] [START 2014/12/12 20:39:55] Performing Automatic DB cutover
      [STATEMENT] [Start 2014/12/12 20:39:56] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
        [STATEMENT] Reading defaults file /u01/oracle/PROD/fs2/EBSapps/appl/admin/PROD_patch/adalldefaults.txt
        [STATEMENT] Substituting tokens ...
        [STATEMENT] Regenerating defaults file ...
      [STATEMENT] [End   2014/12/12 20:39:57] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
      [STATEMENT] Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv
      [STATEMENT] ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_182220/PROD_erp/log
      [STATEMENT] Running: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv stdin=yes
Successfully created out directory
    [STATEMENT] [END   2014/12/12 20:42:17] Performing Automatic DB cutover
    [STATEMENT] [START 2014/12/12 20:42:18] Running cutover since in hotpatch mode
    [STATEMENT] [END   2014/12/12 20:42:24] apply phase
    [STATEMENT] [START 2014/12/12 20:42:25] Generating Post Apply Reports
      [STATEMENT] APPLY Phase END TIME: 12-12-2014 20:42:26
        [STATEMENT] [START 2014/12/12 20:42:29] Generating Report to spool all logs from ad_zd_logs
          [STATEMENT] Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
          [STATEMENT] Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_182220/PROD_erp/adzdshowlog.out
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              66 | P a g e
        [STATEMENT] [END   2014/12/12 20:42:50] Generating Report to spool all logs from ad_zd_logs
    [STATEMENT] [END   2014/12/12 20:42:51] Generating Post Apply Reports
  [STATEMENT] [END   2014/12/12 20:42:55] adzdoptl.pl run
  [STATEMENT] adop phase=apply - Completed Successfully
  [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141212_182220.log
adop exiting with status = 0 (Success)
*******************************************************************************
5.2 Apply Patch 18283295, 20034256 and 20075842
Run adgrants script from patch 18283295 as follows;
[oracle@erp 12.2]$ cd $ORACLE_HOME/appsutil/
[oracle@erp appsutil]$ mkdir admin
[oracle@erp appsutil]$ cd /share/EBS_Installation_Material/Patches/12.2/
 [oracle@erp 12.2]$ cp p18283295_R12.AD.C_R12_LINUX.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ ls
17204589  p17204589_12.2.0_R12_GENERIC.zip  p18283295_R12.AD.C_R12_LINUX.zip
[oracle@erp patch]$ unzip p18283295_R12.AD.C_R12_LINUX.zip
[oracle@erp patch]$ cd 18283295/admin/
[oracle@erp admin]$ ls
adaprb.pls  adddlb.pls  adgrants_nt.sql  adgrants.sql  adsysapp2.sql  ADZDDTFIX.sql  applCKK.txt  applterr.txt  file.drv
[oracle@erp admin]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
[oracle@erp admin]$ cp adgrants.sql /u01/oracle/PROD/fs1/EBSapps/10.1.2/appsutil/admin/
[oracle@erp admin]$ cd /u01/oracle/PROD/fs1/EBSapps/10.1.2/appsutil/admin/
[oracle@erp admin]$ ls
adgrants.sql
[oracle@erp admin]$ . /u01/oracle/PROD/11.2.0/PROD_erp.env
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              67 | P a g e
[oracle@erp admin]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 21:45:45 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> @adgrants.sql
Connected.
---------------------------------------------------
--- adgrants.sql started at 2014-12-12 21:46:02 ---
Enter value for 1: apps
Start of giving grants. This may take few minutes.
PL/SQL procedure successfully completed.
Start of PURGE DBA_RECYCLEBIN.
PL/SQL procedure successfully completed.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              68 | P a g e
End of PURGE DBA_RECYCLEBIN.
Commit complete.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Copy other two patches to PATCH_TOP as follows;
[oracle@erp 12.2]# cp p20034256_R12.AD.C_R12_LINUX.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]# cp p20075842_R12.AD.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ ls
17204589  18283295  p17204589_12.2.0_R12_GENERIC.zip  p18283295_R12.AD.C_R12_LINUX.zip  p20034256_R12.AD.C_R12_LINUX.zip  p20075842_R12.AD.C_R12_GENERIC.zip
[oracle@erp patch]$ unzip p20034256_R12.AD.C_R12_LINUX.zip
[oracle@erp patch]$ unzip p20075842_R12.AD.C_R12_GENERIC.zip
Run adgrants as in read me of patch 20034256 as follows;
[oracle@erp 20034256]$ . /u01/oracle/PROD/11.2.0/PROD_erp.env
[oracle@erp 20034256]$ cd $ORACLE_HOME/appsutil/
[oracle@erp appsutil]$ mkdir admin
[oracle@erp patch]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/20034256/admin/
[oracle@erp admin]$ ls
adgrants_nt.sql  adgrants.sql
[oracle@erp admin]$ cp adgrants.sql /u01/oracle/PROD/11.2.0/appsutil/admin/
[oracle@erp admin]$ cd /u01/oracle/PROD/11.2.0/appsutil/admin/
[oracle@erp admin]$ ls
adgrants.sql
[oracle@erp admin]$ sqlplus / as sysdba
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              69 | P a g e
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 12 23:43:54 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> @adgrants.sql
Connected.
---------------------------------------------------
--- adgrants.sql started at 2014-12-12 23:45:47 ---
Enter value for 1: apps
PL/SQL procedure successfully completed.
Start of PURGE DBA_RECYCLEBIN.
PL/SQL procedure successfully completed.
End of PURGE DBA_RECYCLEBIN.
Commit complete.
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              70 | P a g e
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-----Apply Patches as follows;
[oracle@erp admin]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ ls
17204589  20034256  p17204589_12.2.0_R12_GENERIC.zip  p20034256_R12.AD.C_R12_LINUX.zip
18283295  20075842  p18283295_R12.AD.C_R12_LINUX.zip  p20075842_R12.AD.C_R12_GENERIC.zip
[oracle@erp patch]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
[oracle@erp patch]$ adop phase=apply patches=18283295,20034256,20075842 hotpatch=yes merge=yes
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
Enter the RUN file system context file name [/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml]:
[STATEMENT] [END   2014/12/12 23:50:51] Performing verification of parameters
[STATEMENT] [START 2014/12/12 23:50:52] Checking for the required ENV setup
[STATEMENT] [END   2014/12/12 23:50:52] Checking for the required ENV setup
************* Start of  session *************
 version: 12.2.0
 started at: Fri Dec 12 2014 23:50:52
APPL_TOP is set to /u01/oracle/PROD/fs1/EBSapps/appl
[STATEMENT] [START 2014/12/12 23:50:53] Determining admin node
[STATEMENT] [END   2014/12/12 23:50:55] Determining admin node
[STATEMENT]  Recommended Worker Count:  1 Max Allowed Workers: 10
[STATEMENT] [START 2014/12/12 23:50:59] Acquiring lock on sessions table
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              71 | P a g e
[STATEMENT] [END   2014/12/12 23:50:59] Acquiring lock on sessions table
[STATEMENT] [START 2014/12/12 23:50:59] Checking for any pending sessions
[STATEMENT] Using the session id which is not complete for all phases
[STATEMENT] [START 2014/12/12 23:51:07] Unlocking sessions table
[STATEMENT] [END   2014/12/12 23:51:08] Unlocking sessions table
[STATEMENT] [START 2014/12/12 23:51:08] adzdoptl.pl run
  [STATEMENT] Session ID: 2
  [STATEMENT] Phase: apply
  [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141212_235015.log
  [STATEMENT] [START 2014/12/12 23:51:19] Invoking admerge
    [STATEMENT] [START 2014/12/12 23:51:21] Running AD Merge Normal Mode
      [STATEMENT] Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/bin/admerge.pl
      [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/admrgpch.log
    [STATEMENT] [END   2014/12/12 23:51:23] Running AD Merge Normal Mode
    [STATEMENT] [START 2014/12/12 23:51:23] Running AD Merge in AD Mode
      [STATEMENT] Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/bin/admerge.pl
      [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/admrgpch.log -console off
Executing the merge of the patch drivers
 -- Processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20075842
 -- Processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20075842/u20075842.drv
 -- Done processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20075842/u20075842.drv
 -- Done processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20075842
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              72 | P a g e
 -- Processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20034256
 -- Processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20034256/u20034256.drv
 -- Done processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20034256/u20034256.drv
 -- Done processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/20034256
 -- Processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/18283295
 -- Processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/18283295/u18283295.drv
 -- Done processing file: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/18283295/u18283295.drv
 -- Done processing patch: /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280/src/18283295  
Copying files...
5% complete. Copied 19 files of 378...
10% complete. Copied 38 files of 378...
15% complete. Copied 57 files of 378...
20% complete. Copied 76 files of 378...
25% complete. Copied 95 files of 378...
30% complete. Copied 114 files of 378...
35% complete. Copied 133 files of 378...
40% complete. Copied 152 files of 378...
45% complete. Copied 171 files of 378...
50% complete. Copied 189 files of 378...
55% complete. Copied 208 files of 378...
60% complete. Copied 227 files of 378...
65% complete. Copied 246 files of 378...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              73 | P a g e
70% complete. Copied 265 files of 378...
75% complete. Copied 284 files of 378...
80% complete. Copied 303 files of 378...
85% complete. Copied 322 files of 378...
90% complete. Copied 341 files of 378...
95% complete. Copied 360 files of 378...
100% complete. Copied 378 files of 378...
Character-set converting files...
  3 unified drivers merged.
Patch merge completed successfully
Please check the log file at /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/admrgpch.log.
    [STATEMENT] [END   2014/12/12 23:51:23] Running AD Merge in AD Mode
  [STATEMENT] [END   2014/12/12 23:51:25] Invoking admerge
  [STATEMENT] [START 2014/12/12 23:51:26] apply phase
    [STATEMENT] APPLY Phase START TIME: 12-12-2014 23:51:27
    [STATEMENT] [START 2014/12/12 23:51:30] Performing Check for Logon Trigger existence and enablement
    [STATEMENT] [END   2014/12/12 23:51:33] Performing Check for Logon Trigger existence and enablement
    [STATEMENT] [Start 2014/12/12 23:51:36] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
      [STATEMENT] Reading defaults file /u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt
      [STATEMENT] Substituting tokens ...
      [STATEMENT] Regenerating defaults file ...
    [STATEMENT] [End   2014/12/12 23:51:37] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
    [STATEMENT] Calling: adpatch  workers=1    options=hotpatch    flags=autoskip   console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280 driver=u_ad_20141212_1418446280.drv logfile=u_ad_20141212_1418446280.log
    [STATEMENT] ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/ADOP_MRG_20141212_1418446280/log
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              74 | P a g e
    [STATEMENT] Running: adpatch  workers=1    options=hotpatch    flags=autoskip   console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141212_1418446280 driver=u_ad_20141212_1418446280.drv logfile=u_ad_20141212_1418446280.log stdin=yes
Successfully created out directory
    [STATEMENT] [START 2014/12/13 00:08:20] Running finalize since in hotpatch mode
      [STATEMENT] [START 2014/12/13 00:08:34] Compiling Invalid Objects as part of Finalize
      [STATEMENT] [END   2014/12/13 00:08:47] Compiling Invalid Objects as part of Finalize
    [STATEMENT] [END   2014/12/13 00:08:48] Running finalize since in hotpatch mode
    [STATEMENT] [START 2014/12/13 00:08:49] Performing Automatic DB cutover
      [STATEMENT] [Start 2014/12/13 00:08:51] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
        [STATEMENT] Reading defaults file /u01/oracle/PROD/fs2/EBSapps/appl/admin/PROD_patch/adalldefaults.txt
        [STATEMENT] Substituting tokens ...
        [STATEMENT] Regenerating defaults file ...
      [STATEMENT] [End   2014/12/13 00:08:52] ADOP::DefaultsFileUtil::substituteDefaultsFileTokensForPatchApplTop
      [STATEMENT] Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv
      [STATEMENT] ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/log
      [STATEMENT] Running: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv stdin=yes
    [STATEMENT] [END   2014/12/13 00:13:11] Performing Automatic DB cutover
    [STATEMENT] [START 2014/12/13 00:13:12] Running cutover since in hotpatch mode
    [STATEMENT] [END   2014/12/13 00:13:17] apply phase
    [STATEMENT] [START 2014/12/13 00:13:18] Generating Post Apply Reports
      [STATEMENT] APPLY Phase END TIME: 13-12-2014 00:13:19
        [STATEMENT] [START 2014/12/13 00:13:22] Generating Report to spool all logs from ad_zd_logs
          [STATEMENT] Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
          [STATEMENT] Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141212_235015/PROD_erp/adzdshowlog.out
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              75 | P a g e
        [STATEMENT] [END   2014/12/13 00:13:31] Generating Report to spool all logs from ad_zd_logs
    [STATEMENT] [END   2014/12/13 00:13:32] Generating Post Apply Reports
  [STATEMENT] [END   2014/12/13 00:13:35] adzdoptl.pl run
  [STATEMENT] adop phase=apply - Completed Successfully
  [STATEMENT] Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141212_235015.log
adop exiting with status = 0 (Success)
********************************************************************************************
Follow steps in patch 17537119 as follows;
[oracle@erp 12.2]$ unzip p17537119_R12_GENERIC.zip
[oracle@erp 12.2]$ . /u01/oracle/PROD/11.2.0/PROD_erp.env
[oracle@erp 12.2]$ ./checkDBpatch.sh
+===============================================================+
 |    Copyright (c) 2005, 2014 Oracle and/or its affiliates.     |
 |                     All rights reserved.                      |
 |               EBS Technology Codelevel Checker                |
 +===============================================================+
Executing Technology Codelevel Checker version: 120.18
Enter ORACLE_HOME value : /u01/oracle/PROD/11.2.0
Is this a RAC environment [y/n] :
Please answer Y or N.
Is this a RAC environment [y/n] : n
Enter ORACLE_SID value : PROD
Bugfix XML file version: 120.0.12020000.16
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              76 | P a g e
WARNING:  Bugfix XML file ( txk_R1220_DB_base_bugs.xml ) in current directory is more than 30 days old.
  Please check if a newer version is available in patch 17537119.
Proceeding with the checks...
Getting the database release ...
Setting database release to 11.2.0.3
 DB connectivity successful.
Created the table to store Technology Codelevel Checker results.
STARTED Pre-req Patch Testing : Sat Dec 13 00:47:20 EST 2014
Log file for this session : ./checkDBpatch_22850.log
Got the list of bug fixes to be applied and the ones to be rolled back.
Checking against the given ORACLE_HOME
Opatch is at the required version.
Found patch records in the inventory.
All the required one-offs are present in Oracle Database Home
Stored Technology Codelevel Checker results in the database successfully.
FINISHED Pre-req Patch Testing : Sat Dec 13 00:47:40 EST 2014
=========================================================
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              77 | P a g e
 ********************************************************************************************
5.3 Apply Patch 18288881, 20043910, 19803392 and 20158287 Copy patch to PATCH_TOP as follows;
[oracle@erp 12.2]$ cp p18288881_R12.TXK.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cp p20043910_R12.TXK.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cp p19803392_R12.TXK.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cp p20158287_R12.TXK.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ ls
17204589  20034256  p17204589_12.2.0_R12_GENERIC.zip  p18288881_R12.TXK.C_R12_GENERIC.zip  p20034256_R12.AD.C_R12_LINUX.zip     p20075842_R12.AD.C_R12_GENERIC.zip
18283295  20075842  p18283295_R12.AD.C_R12_LINUX.zip  p19803392_R12.TXK.C_R12_GENERIC.zip  p20043910_R12.TXK.C_R12_GENERIC.zip  p20158287_R12.TXK.C_R12_GENERIC.zip
[oracle@erp patch]$ unzip p18288881_R12.TXK.C_R12_GENERIC.zip
[oracle@erp patch]$ unzip p20043910_R12.TXK.C_R12_GENERIC.zip
[oracle@erp patch]$ unzip p19803392_R12.TXK.C_R12_GENERIC.zip
[oracle@erp patch]$ unzip p20158287_R12.TXK.C_R12_GENERIC.zip
[oracle@erp patch]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
[oracle@erp patch]$ . /u01/oracle/PROD/fs1/EBSapps/appl/APPSPROD_erp.env
[oracle@erp patch]$ adop phase=apply patches=18288881,20043910,19803392,20158287 hotpatch=yes merge=yes
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              78 | P a g e
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[START 2014/12/13 01:01:26] Check if services are down
        [INFO] Run admin server is not down
     [WARNING]  Hotpatch mode should only be used when directed by the patch readme.
  [EVENT]     [START 2014/12/13 01:01:28] Performing database sanity checks
  [EVENT]     [END   2014/12/13 01:01:28] Finished performing database sanity checks
    Using ADOP Session ID from currently incomplete patching cycle
    [START 2014/12/13 01:01:30] adzdoptl.pl run
      ADOP Session ID: 2
      Phase: apply
      Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141213_010034.log
          [EVENT]     Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/bin/admerge.pl
          [EVENT]     Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_010034/PROD_erp/admrgpch.log
      [START 2014/12/13 01:01:45] apply phase
          Calling: adpatch  workers=1   options=hotpatch     console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/log/ADOP_MRG_20141213_1418450493 driver=u_1137980533.drv logfile=u_1137980533.log
          ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_010034/PROD_erp/ADOP_MRG_20141213_1418450493/log
        New product CMI spliced. Use FNDCPASS to change the password.
        New product YMS spliced. Use FNDCPASS to change the password.
          [EVENT]     [START 2014/12/13 01:38:57] Running finalize since in hotpatch mode
          [EVENT]     [END   2014/12/13 01:39:17] Running finalize since in hotpatch mode
            Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              79 | P a g e
            ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_010034/PROD_erp/log
          [EVENT]     [START 2014/12/13 01:39:44] Running cutover since in hotpatch mode
          [EVENT]     [END   2014/12/13 01:39:45] Running cutover since in hotpatch mode
        [END   2014/12/13 01:39:48] apply phase
        [START 2014/12/13 01:39:48] Generating Post Apply Reports
          [EVENT]     [START 2014/12/13 01:39:49] Generating AD_ZD_LOGS Report
            [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
            [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_010034/PROD_erp/adzdshowlog.out
          [EVENT]     [END   2014/12/13 01:40:07] Generating AD_ZD_LOGS Report
        [END   2014/12/13 01:40:07] Generating Post Apply Reports
      [END   2014/12/13 01:40:07] adzdoptl.pl run
      adop phase=apply - Completed Successfully
      Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141213_010034.log
adop exiting with status = 0 (Success)
******************************************************************************************
Apply Patch 19259764 as follows;
[oracle@erp 12.2]$ cp p19259764_R12.FND.C_R12_GENERIC.zip /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp 12.2]$ cd /u01/oracle/PROD/fs_ne/EBSapps/patch/
 [oracle@erp patch]$ unzip p19259764_R12.FND.C_R12_GENERIC.zip
 [oracle@erp patch]$ adop phase=apply patches=19259764 hotpatch=yes
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              80 | P a g e
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[START 2014/12/13 01:54:41] Check if services are down
        [INFO] Run admin server is not down
     [WARNING]  Hotpatch mode should only be used when directed by the patch readme.
  [EVENT]     [START 2014/12/13 01:54:42] Performing database sanity checks
  [EVENT]     [END   2014/12/13 01:54:44] Finished performing database sanity checks
    Using ADOP Session ID from currently incomplete patching cycle
    [START 2014/12/13 01:54:45] adzdoptl.pl run
      ADOP Session ID: 2
      Phase: apply
      Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141213_015414.log
      [START 2014/12/13 01:54:46] apply phase
          Calling: adpatch  workers=1   options=hotpatch     console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs_ne/EBSapps/patch/19259764 driver=u19259764.drv logfile=u19259764.log
          ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_015414/PROD_erp/19259764/log
          [EVENT]     [START 2014/12/13 01:56:39] Running finalize since in hotpatch mode
          [EVENT]     [END   2014/12/13 01:56:43] Running finalize since in hotpatch mode
            Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv
            ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_015414/PROD_erp/log
          [EVENT]     [START 2014/12/13 01:57:07] Running cutover since in hotpatch mode
          [EVENT]     [END   2014/12/13 01:57:07] Running cutover since in hotpatch mode
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              81 | P a g e
        [END   2014/12/13 01:57:08] apply phase
        [START 2014/12/13 01:57:08] Generating Post Apply Reports
          [EVENT]     [START 2014/12/13 01:57:08] Generating AD_ZD_LOGS Report
            [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
            [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/apply_20141213_015414/PROD_erp/adzdshowlog.out
          [EVENT]     [END   2014/12/13 01:57:09] Generating AD_ZD_LOGS Report
        [END   2014/12/13 01:57:09] Generating Post Apply Reports
      [END   2014/12/13 01:57:10] adzdoptl.pl run
      adop phase=apply - Completed Successfully
      Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/2/adop_20141213_015414.log
adop exiting with status = 0 (Success)
**************************************************************************************************
Source Run File System Environment as follows;
[oracle@erp patch]$ cd /u01/oracle/PROD/
[oracle@erp PROD]$ ls
11.2.0  data  EBSapps.env  fs1  fs2  fs_ne
[oracle@erp PROD]$ pwd
/u01/oracle/PROD
[oracle@erp PROD]$ . EBSapps.env
  E-Business Suite Environment Information
  ----------------------------------------
  RUN File System           : /u01/oracle/PROD/fs1/EBSapps/appl
  PATCH File System         : /u01/oracle/PROD/fs2/EBSapps/appl
  Non-Editioned File System : /u01/oracle/PROD/fs_ne
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              82 | P a g e
  DB Host: erp.fahad  Service/SID: PROD
  E-Business Suite Environment Setting
  ------------------------------------
  - Enter [R/r] for sourcing Run File System Environment file, or
  - Enter [P/p] for sourcing Patch File System Environment file, or
  - Enter anything else to exit
  Please choose the environment file you wish to source [R/P]:R
  Sourcing the RUN File System ...
[oracle@erp PROD]$
Execute adop fs_clone to synchronize file systems as follows;
[oracle@erp PROD]$ adop phase=fs_clone
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              83 | P a g e
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[EVENT]     [START 2014/12/13 02:14:53] Performing database sanity checks
[EVENT]     [END   2014/12/13 02:14:54] Finished performing database sanity checks
  [START 2014/12/13 02:14:55] adzdoptl.pl run
    ADOP Session ID: 3
    Phase: fs_clone
    Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/adop_20141213_021433.log
    [EVENT]     [START 2014/12/13 02:14:56] Calling task: "Executing txkADOPValidation script on erp"; script: "/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl"; args: " contextfile=/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml patchctxfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -phase=fs_clone logloc=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp -promptmsg=hide"
      [EVENT]     [START 2014/12/13 02:14:56] Executing txkADOPValidation script on erp
        [EVENT]     Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl
Oracle E-Business Suite Online Patching
RUN edition environment variables have been set.
calling: /u01/oracle/PROD/fs1/FMW_Home/webtier/perl/bin/perl /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkValidateSetup.pl contextfile=/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml patchctxfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml logloc=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp -phase=fs_clone -promptmsg=hide
Program : txkValidateSetup.pl started @ Sat Dec 13 02:14:59 2014
*** Log File = /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/ADOPValidations_Sat_Dec_13_02_14_59_20 14.log
SETUP VALIDATION is in progress. This may take few minutes to complete.
Completed execution of all tests. There are warnings.
=========================== START OF VALIDATION REPORT ====================
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              84 | P a g e
Validation Results for Node: erp
---------------------------------------
[WARNING]: There could be issues while validating the ports used for E-Business Suite instance against ports used in /etc/services. Refer the log file for more details.
There are warnings in tests, please check /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/ADOPValidations_Sat_Dec_13_02_14_59_20 14.log
=========================== END OF VALIDATION REPORT ======================
      [EVENT]     [END   2014/12/13 02:17:03] Executing txkADOPValidation script on erp
    [EVENT]     [END   2014/12/13 02:17:03] Executing txkADOPValidation script on erp
        [EVENT]     [START 2014/12/13 02:17:03] Performing check to see if pending cleanup actions exist
          [EVENT]     Calling cleanup since cleanup was not run in previous patching session.
          [EVENT]     [START 2014/12/13 02:17:04] Performing Cleanup steps
            [EVENT]     [START 2014/12/13 02:17:04] Running stored CLEANUP actions
              Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cleanup.log driver=ucleanup.drv
              ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/log
            [EVENT]     [END   2014/12/13 02:17:39] Running stored CLEANUP actions
            [START 2014/12/13 02:17:39] Generating All DDL Report
                [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDALLDDLS.sql
                [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp
            [END   2014/12/13 02:17:45] Generating All DDL Report
            [EVENT]     Calling cleanup in STANDARD mode
            [WARNING]   Cleanup may take a while. Please wait.
          [EVENT]     [END   2014/12/13 02:17:46] Performing Cleanup steps
        [EVENT]     [END   2014/12/13 02:17:47] Performing check to see if pending cleanup actions exist
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              85 | P a g e
        [EVENT]     Calling task: "Blocking ports on erp"; script: "/u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl"; args: " -option=listen -server=erp.fahad ports=5557,7002,7602,7402,7202,7802,6101,6201 log=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/txkCloneAcquirePort.log"
        [EVENT]     [START 2014/12/13 02:17:50] Blocking ports on erp
          [EVENT]     Calling: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl
        [EVENT]     [END   2014/12/13 02:18:35] Blocking ports on erp
        [EVENT]     [START 2014/12/13 02:18:36] CLONE Patch File System from Run File System
          [EVENT]     Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl
Program :  started @ Sat Dec 13 02:18:36 2014
*** Log File = /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/TXK_SYNC_create_Sat_Dec_13_02_18_36_20 14/txkADOPPreparePhaseSynchronize_Sat_Dec_13_02_18_36_2014.log  
Beginning application tier FSCloneStage - Sat Dec 13 02:18:44 2014
/u01/oracle/PROD/fs1/EBSapps/comn/util/jdk32/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/oui classpath /u01/oracle/PROD/fs1/FMW_Home/webtier/lib/xmlparserv2.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/jdbc/lib/ojdbc6.jar:/u0 1/oracle/PROD/fs1/EBSapps/comn/java/classes:/u01/oracle/PROD/fs1/FMW_Home/webtier/oui/jlib/OraInstaller.jar:/u01/oracle/PR OD/fs1/FMW_Home/webtier/oui/jlib/ewt3.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/oui/jlib/share.jar:/u01/oracle/PROD/fs1/ FMW_Home/webtier/../Oracle_EBSapp1/oui/jlib/srvm.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/jlib/ojmisc.jar:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10. 3/server/lib/weblogic.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.FSCloneStageAppsTier -e /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -targ /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -stage /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp -tmp /tmp -component appsTier -nopromptmsg
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneStageAppsTier_12130218.log
<Dec 13, 2014 2:44:32 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ebs-forms [archive: /u01/oracle/PROD/fs1/EBSapps/comn/shared-libs/ebs-forms], to forms_cluster1 .>
<Dec 13, 2014 2:46:12 AM EST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              86 | P a g e
Completed FSCloneStage...
Sat Dec 13 02:46:12 2014
Beginning application tier FSCloneApply - Sat Dec 13 02:56:20 2014
/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/FMW/t2pjdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false Doracle.installer.oui_loc=/oui -classpath /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/xmlparserv2.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib /ojdbc6.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/java:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jli b/oui/OraInstaller.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/oui/ewt3.jar:/u01/oracle/PROD/fs1/EBSapps/comn/ adopclone_erp/jlib/oui/share.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/../Oracle_EBSapp1/oui/jlib/srvm.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/ojmisc.jar:/u01/oracle/PROD/fs1/FMW_Home/wls erver_10.3/server/lib/weblogic.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.FSCloneApplyAppsTier -e /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -targ /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -stage /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp -tmp /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appltmp -nodbac -component appsTier -nopromptmsg
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12130256.log
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12130256.log
Target System Fusion Middleware Home set to /u01/oracle/PROD/fs2/FMW_Home
Target System Web Oracle Home set to /u01/oracle/PROD/fs2/FMW_Home/webtier
Target System Appl TOP set to /u01/oracle/PROD/fs2/EBSapps/appl
Target System COMMON TOP set to /u01/oracle/PROD/fs2/EBSapps/comn
Target System Instance Top set to /u01/oracle/PROD/fs2/inst/apps/PROD_erp
Report file located at /u01/oracle/PROD/fs2/inst/apps/PROD_erp/temp/portpool.lst
Complete port information available at /u01/oracle/PROD/fs2/inst/apps/PROD_erp/temp/portpool.lst
Creating the new APPL_TOP Context file from :
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              87 | P a g e
  /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
  /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12130256.log
contextfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Completed FSCloneApply...
Sat Dec 13 05:30:36 2014
cmd = /u01/oracle/PROD/fs1/EBSapps/comn/util/jdk32/jre/bin/java -classpath /u01/oracle/PROD/fs1/FMW_Home/Oracle_EBSapp1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar:/u01/oracle/PROD/fs1/EBSapps/comn/java/classes -mx256m  oracle.apps.ad.tools.configuration.ADOPCustomSyncUp -contextFile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -custSyncDrv /u01/oracle/PROD/fs_ne/EBSapps/appl/ad/custom/adop_sync.drv -logFile /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/TXK_SYNC_create_Sat_Dec_13_02_18_36_20 14/txkADOPCustomSyncUp.log -promptmsg 'hide'
ADOP Custom Synchorization successfully run
LOG FILE     : /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/TXK_SYNC_create_Sat_Dec_13_02_18_36_20 14/txkADOPPreparePhaseSynchronize_Sat_Dec_13_02_18_36_2014.log
Program :  completed @ Sat Dec 13 05:30:46 2014
        [EVENT]     [END   2014/12/13 05:30:46] CLONE Patch File System from Run File System
        [EVENT]     Calling task: "Releasing ports on erp"; script: "/u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl"; args: " -option=close -server=erp.fahad ports=5557,7002,7602,7402,7202,7802,6101,6201 log=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/txkCloneAcquirePort.log"
        [EVENT]     [START 2014/12/13 05:30:47] Releasing ports on erp
          [EVENT]     Calling: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl
        [EVENT]     [END   2014/12/13 05:30:47] Releasing ports on erp
        [EVENT]     [START 2014/12/13 05:30:48] Check and Stop patch FS Admin Server
You are running adadminsrvctl.sh version 120.10.12020000.9
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              88 | P a g e
Stopping WLS Admin Server...
Refer /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
adadminsrvctl.sh: check the logfile /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
        [EVENT]     [END   2014/12/13 05:31:04] Check and Stop patch FS Admin Server
        [EVENT]     [START 2014/12/13 05:31:05] Check and Stop patch Node Manager
You are running adnodemgrctl.sh version 120.11.12020000.11
The Node Manager is already shutdown
adnodemgrctl.sh: exiting with status 2
adnodemgrctl.sh: check the logfile /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adnodemgrctl.txt for more information ...
        [EVENT]     [END   2014/12/13 05:31:12] Check and Stop patch Node Manager
    [EVENT]     [START 2014/12/13 05:31:12] Generating AD_ZD_LOGS Report
      [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
      [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/fs_clone_20141213_021433/PROD_erp/adzdshowlog.out
    [EVENT]     [END   2014/12/13 05:31:32] Generating AD_ZD_LOGS Report
  [END   2014/12/13 05:31:32] adzdoptl.pl run
  adop phase=fs_clone - Completed Successfully
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              89 | P a g e
  Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/3/adop_20141213_021433.log
adop exiting with status = 0 (Success)
**************************************************************************************************
5.4 Apply Upgrade Patch 17919161 Oracle E-Business Suite Release 12.2.4 Readme (Doc ID 1617458.1)
[oracle@erp patch]$ . /u01/oracle/PROD/EBSapps.env run
Stop Weblogic AdminServer
  E-Business Suite Environment Information
  ----------------------------------------
  RUN File System           : /u01/oracle/PROD/fs1/EBSapps/appl
  PATCH File System         : /u01/oracle/PROD/fs2/EBSapps/appl
  Non-Editioned File System : /u01/oracle/PROD/fs_ne
  DB Host: erp.fahad  Service/SID: PROD
  Sourcing the RUN File System ...
[oracle@erp patch]$ sh $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh stop
You are running adadminsrvctl.sh version 120.10.12020000.9
Enter the WebLogic Admin password:
Enter the APPS Schema password:
Stopping WLS Admin Server...
Refer /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              90 | P a g e
adadminsrvctl.sh: check the logfile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
Stop Node manager
[oracle@erp patch]$ sh $ADMIN_SCRIPTS_HOME/adnodemgrctl.sh stop
You are running adnodemgrctl.sh version 120.11.12020000.11
Enter the WebLogic Admin password:
Enter the APPS Schema password:
Stopping WLS Admin Server...
Refer /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
adadminsrvctl.sh: check the logfile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
[oracle@erp patch]$ sh $ADMIN_SCRIPTS_HOME/adnodemgrctl.sh stop
You are running adnodemgrctl.sh version 120.11.12020000.11
Enter the WebLogic Admin password:
adnodemgrctl.sh: exiting with status 0
adnodemgrctl.sh: check the logfile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/logs/appl/admin/log/adnodemgrctl.txt for more information ...
Now Unzip Patch in PATCH_TOP
[oracle@erp patch]$ unzip V46241-01_1of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_2of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              91 | P a g e
[oracle@erp patch]$ unzip V46241-01_3of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_4of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_5of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_6of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_7of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_8of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
[oracle@erp patch]$ unzip V46241-01_9of9.zip -d /u01/oracle/PROD/fs_ne/EBSapps/patch/
Now Apply Patch
[oracle@erp patch]$ adop phase=apply apply_mode=downtime patches=17919161 workers=10
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[START 2014/12/13 13:42:40] Check if services are down
  [STATEMENT]  Application services are down.
[END   2014/12/13 13:42:41] Check if services are down
[EVENT]     [START 2014/12/13 13:42:41] Performing database sanity checks
[EVENT]     [END   2014/12/13 13:42:42] Finished performing database sanity checks
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              92 | P a g e
  [START 2014/12/13 13:42:44] adzdoptl.pl run
    ADOP Session ID: 4
    Phase: apply
    Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/adop_20141213_134216.log
    [START 2014/12/13 13:42:45] apply phase
        Calling: adpatch  workers=10   options=hotpatch     console=no interactive=no  defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs_ne/EBSapps/patch/17919161 driver=u17919161.drv logfile=u17919161.log
        ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/apply_20141213_134216/PROD_erp/17919161/log
        [EVENT]     [START 2014/12/14 08:43:13] Running finalize since in downtime mode
        [EVENT]     [END   2014/12/14 08:48:02] Running finalize since in downtime mode
          Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=10 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cutover.log driver=ucutover.drv
          ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/apply_20141213_134216/PROD_erp/log
        [EVENT]     [START 2014/12/14 10:15:04] Running cutover since in downtime mode
        [EVENT]     [END   2014/12/14 10:15:05] Running cutover since in downtime mode
      [END   2014/12/14 10:15:06] apply phase
      [START 2014/12/14 10:15:07] Generating Post Apply Reports
        [EVENT]     [START 2014/12/14 10:15:07] Generating AD_ZD_LOGS Report
          [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
          [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/apply_20141213_134216/PROD_erp/adzdshowlog.out
        [EVENT]     [END   2014/12/14 10:15:51] Generating AD_ZD_LOGS Report
      [END   2014/12/14 10:15:51] Generating Post Apply Reports
    [END   2014/12/14 10:15:52] adzdoptl.pl run
    adop phase=apply - Completed Successfully
    Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/adop_20141213_134216.log
adop exiting with status = 0 (Success)
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              93 | P a g e
*****************************************************************************************************
5.5 Start Application Services [oracle@erp scripts]$ pwd
/u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/scripts
[oracle@erp scripts]$ . /u01/oracle/PROD/EBSapps.env run
  E-Business Suite Environment Information
  ----------------------------------------
  RUN File System           : /u01/oracle/PROD/fs1/EBSapps/appl
  PATCH File System         : /u01/oracle/PROD/fs2/EBSapps/appl
  Non-Editioned File System : /u01/oracle/PROD/fs_ne
  DB Host: erp.fahad  Service/SID: PROD
  Sourcing the RUN File System ...
[oracle@erp scripts]$ ./adstrtal.sh
You are running adstrtal.sh version 120.24.12020000.10
Enter the APPS username: apps
Enter the APPS password:
Enter the WebLogic Server password:
**********************************************************************************
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              94 | P a g e
5.6 Perform Cleanup Phase [oracle@erp scripts]$ adop phase=cleanup
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[EVENT]     [START 2014/12/14 14:47:24] Performing database sanity checks
[EVENT]     [END   2014/12/14 14:47:34] Finished performing database sanity checks
  [START 2014/12/14 14:47:44] adzdoptl.pl run
    ADOP Session ID: 4
    Phase: cleanup
    Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/adop_20141214_144335.log
    [START 2014/12/14 14:47:52] cleanup phase
      [EVENT]     [START 2014/12/14 14:47:54] Performing Cleanup steps
        [EVENT]     [START 2014/12/14 14:47:55] Running stored CLEANUP actions
          Calling: adpatch options=hotpatch,nocompiledb interactive=no console=no workers=1 restart=no abandon=yes defaultsfile=/u01/oracle/PROD/fs1/EBSapps/appl/admin/PROD/adalldefaults.txt patchtop=/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/driver logfile=cleanup.log driver=ucleanup.drv
          ADPATCH Log directory: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/cleanup_20141214_144335/PROD_erp/log
        [EVENT]     [END   2014/12/14 14:52:52] Running stored CLEANUP actions
        [START 2014/12/14 14:52:52] Generating All DDL Report
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              95 | P a g e
            [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDALLDDLS.sql
            [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/cleanup_20141214_144335/PROD_erp
        [END   2014/12/14 14:53:14] Generating All DDL Report
        [EVENT]     Calling cleanup in STANDARD mode
        [WARNING]   Cleanup may take a while. Please wait.
      [EVENT]     [END   2014/12/14 14:57:55] Performing Cleanup steps
    [END   2014/12/14 14:58:06] cleanup phase
    [EVENT]     [START 2014/12/14 14:58:09] Generating AD_ZD_LOGS Report
      [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
      [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/cleanup_20141214_144335/PROD_erp/adzdshowlog.out
    [EVENT]     [END   2014/12/14 15:03:00] Generating AD_ZD_LOGS Report
  [END   2014/12/14 15:03:03] adzdoptl.pl run
  adop phase=cleanup - Completed Successfully
  Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/4/adop_20141214_144335.log
adop exiting with status = 0 (Success)
*************************************************************************************************
5.7 Synchronize file systems [oracle@erp scripts]$ adop phase=fs_clone
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
 Please wait. Validating credentials...
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
RUN file system context file: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
PATCH file system context file: /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Execute SYSTEM command : df /u01/oracle/PROD/fs2
Worker count determination...
Validation successful. All expected nodes are listed in ADOP_VALID_NODES table.
[EVENT]     [START 2014/12/14 15:11:02] Performing database sanity checks
[EVENT]     [END   2014/12/14 15:11:29] Finished performing database sanity checks
  [START 2014/12/14 15:11:43] adzdoptl.pl run
    ADOP Session ID: 5
    Phase: fs_clone
    Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/adop_20141214_150718.log
    [EVENT]     [START 2014/12/14 15:11:47] Calling task: "Executing txkADOPValidation script on erp"; script: "/u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl"; args: " contextfile=/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml patchctxfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -phase=fs_clone logloc=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp -promptmsg=hide"
      [EVENT]     [START 2014/12/14 15:11:47] Executing txkADOPValidation script on erp
        [EVENT]     Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl
Oracle E-Business Suite Online Patching
RUN edition environment variables have been set.
calling: /u01/oracle/PROD/fs1/FMW_Home/webtier/perl/bin/perl /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkValidateSetup.pl contextfile=/u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml patchctxfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml logloc=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp -phase=fs_clone -promptmsg=hide
Program : txkValidateSetup.pl started @ Sun Dec 14 15:12:09 2014
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
*** Log File = /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/ADOPValidations_Sun_Dec_14_15_12_09_20 14.log
SETUP VALIDATION is in progress. This may take few minutes to complete.
Completed execution of all tests. There are warnings.
=========================== START OF VALIDATION REPORT ====================
Validation Results for Node: erp
---------------------------------------
[WARNING]: There could be issues while validating the ports used for E-Business Suite instance against ports used in /etc/services. Refer the log file for more details.
There are warnings in tests, please check /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/ADOPValidations_Sun_Dec_14_15_12_09_20 14.log
=========================== END OF VALIDATION REPORT ======================
      [EVENT]     [END   2014/12/14 15:26:06] Executing txkADOPValidation script on erp
    [EVENT]     [END   2014/12/14 15:26:15] Executing txkADOPValidation script on erp
        [EVENT]     [START 2014/12/14 15:26:21] Performing check to see if pending cleanup actions exist
          [EVENT]     No pending cleanup actions, proceeding with other steps
        [EVENT]     [END   2014/12/14 15:26:23] Performing check to see if pending cleanup actions exist
        [EVENT]     Calling task: "Blocking ports on erp"; script: "/u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl"; args: " -option=listen -server=erp.fahad ports=5557,7002,7602,7402,7202,7802,6101,6201 log=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/txkCloneAcquirePort.log"
        [EVENT]     [START 2014/12/14 15:26:32] Blocking ports on erp
          [EVENT]     Calling: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl
        [EVENT]     [END   2014/12/14 15:27:25] Blocking ports on erp
        [EVENT]     [START 2014/12/14 15:27:27] CLONE Patch File System from Run File System
          [EVENT]     Calling: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
Program :  started @ Sun Dec 14 15:27:35 2014
*** Log File = /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/TXK_SYNC_create_Sun_Dec_14_15_27_35_2 014/txkADOPPreparePhaseSynchronize_Sun_Dec_14_15_27_35_2014.log  
Beginning application tier FSCloneStage - Sun Dec 14 15:28:09 2014
/u01/oracle/PROD/fs1/EBSapps/comn/util/jdk32/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/oui classpath /u01/oracle/PROD/fs1/FMW_Home/webtier/lib/xmlparserv2.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/jdbc/lib/ojdbc6.jar:/u0 1/oracle/PROD/fs1/EBSapps/comn/java/classes:/u01/oracle/PROD/fs1/FMW_Home/webtier/oui/jlib/OraInstaller.jar:/u01/oracle/PR OD/fs1/FMW_Home/webtier/oui/jlib/ewt3.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/oui/jlib/share.jar:/u01/oracle/PROD/fs1/ FMW_Home/webtier/../Oracle_EBSapp1/oui/jlib/srvm.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/jlib/ojmisc.jar:/u01/oracle/PROD/fs1/FMW_Home/wlserver_10. 3/server/lib/weblogic.jar:/u01/oracle/PROD/fs1/FMW_Home/oracle_common/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.FSCloneStageAppsTier -e /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -targ /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -stage /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp -tmp /tmp -component appsTier -nopromptmsg
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneStageAppsTier_12141528.log
Completed FSCloneStage...
Sun Dec 14 16:57:50 2014  
Beginning application tier FSCloneApply - Sun Dec 14 17:10:41 2014
/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/FMW/t2pjdk/bin/java -Xmx600M -DCONTEXT_VALIDATED=false Doracle.installer.oui_loc=/oui -classpath /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/xmlparserv2.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib /ojdbc6.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/java:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jli b/oui/OraInstaller.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/oui/ewt3.jar:/u01/oracle/PROD/fs1/EBSapps/comn/ adopclone_erp/jlib/oui/share.jar:/u01/oracle/PROD/fs1/FMW_Home/webtier/../Oracle_EBS
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
app1/oui/jlib/srvm.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/ojmisc.jar:/u01/oracle/PROD/fs1/FMW_Home/wls erver_10.3/server/lib/weblogic.jar:/u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.FSCloneApplyAppsTier -e /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -targ /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -stage /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp -tmp /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appltmp -nodbac -component appsTier -nopromptmsg
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12141710.log
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12141710.log
Target System Fusion Middleware Home set to /u01/oracle/PROD/fs2/FMW_Home
Target System Web Oracle Home set to /u01/oracle/PROD/fs2/FMW_Home/webtier
Target System Appl TOP set to /u01/oracle/PROD/fs2/EBSapps/appl
Target System COMMON TOP set to /u01/oracle/PROD/fs2/EBSapps/comn
Target System Instance Top set to /u01/oracle/PROD/fs2/inst/apps/PROD_erp
Report file located at /u01/oracle/PROD/fs2/inst/apps/PROD_erp/temp/portpool.lst
Complete port information available at /u01/oracle/PROD/fs2/inst/apps/PROD_erp/temp/portpool.lst
Creating the new APPL_TOP Context file from :
  /u01/oracle/PROD/fs1/EBSapps/comn/adopclone_erp/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
  /u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Log file located at /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/log/clone/FSCloneApplyAppsTier_12141710.log
contextfile=/u01/oracle/PROD/fs2/inst/apps/PROD_erp/appl/admin/PROD_erp.xml
Completed FSCloneApply...
Sun Dec 14 20:50:02 2014
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
cmd = /u01/oracle/PROD/fs1/EBSapps/comn/util/jdk32/jre/bin/java -classpath /u01/oracle/PROD/fs1/FMW_Home/Oracle_EBSapp1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar:/u01/oracle/PROD/fs1/EBSapps/comn/java/classes -mx256m  oracle.apps.ad.tools.configuration.ADOPCustomSyncUp -contextFile /u01/oracle/PROD/fs1/inst/apps/PROD_erp/appl/admin/PROD_erp.xml -custSyncDrv /u01/oracle/PROD/fs_ne/EBSapps/appl/ad/custom/adop_sync.drv -logFile /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/TXK_SYNC_create_Sun_Dec_14_15_27_35_2 014/txkADOPCustomSyncUp.log -promptmsg 'hide'
Removing <MSC_TOP> PS artifacts from PATCH fs
Copying <MSC_TOP> PS artifacts from RUN to PATCH fs for exectier
Removing <MSC_TOP> SNO artifacts from PATCH fs
Copying <MSC_TOP> SNO artifacts from RUN to PATCH fs for exectier
ADOP Custom Synchorization successfully run
LOG FILE     : /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/TXK_SYNC_create_Sun_Dec_14_15_27_35_2 014/txkADOPPreparePhaseSynchronize_Sun_Dec_14_15_27_35_2014.log
Program :  completed @ Sun Dec 14 20:51:05 2014
        [EVENT]     [END   2014/12/14 20:51:06] CLONE Patch File System from Run File System
        [EVENT]     Calling task: "Releasing ports on erp"; script: "/u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl"; args: " -option=close -server=erp.fahad ports=5557,7002,7602,7402,7202,7802,6101,6201 log=/u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/txkCloneAcquirePort.log"
        [EVENT]     [START 2014/12/14 20:51:12] Releasing ports on erp
          [EVENT]     Calling: /u01/oracle/PROD/fs1/inst/apps/PROD_erp/admin/install/txkCloneAcquirePort.pl
        [EVENT]     [END   2014/12/14 20:51:13] Releasing ports on erp
        [EVENT]     [START 2014/12/14 20:51:17] Check and Stop patch FS Admin Server
You are running adadminsrvctl.sh version 120.10.12020000.9
Stopping WLS Admin Server...
Refer /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
adadminsrvctl.sh: check the logfile /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adadminsrvctl.txt for more information ...
        [EVENT]     [END   2014/12/14 20:51:49] Check and Stop patch FS Admin Server
        [EVENT]     [START 2014/12/14 20:51:51] Check and Stop patch Node Manager
You are running adnodemgrctl.sh version 120.11.12020000.11
The Node Manager is already shutdown
adnodemgrctl.sh: exiting with status 2
adnodemgrctl.sh: check the logfile /u01/oracle/PROD/fs2/inst/apps/PROD_erp/logs/appl/admin/log/adnodemgrctl.txt for more information ...
        [EVENT]     [END   2014/12/14 20:51:58] Check and Stop patch Node Manager
    [EVENT]     [START 2014/12/14 20:51:59] Generating AD_ZD_LOGS Report
      [EVENT]     Report: /u01/oracle/PROD/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
      [EVENT]     Output: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/fs_clone_20141214_150718/PROD_erp/adzdshowlog.out
    [EVENT]     [END   2014/12/14 20:52:44] Generating AD_ZD_LOGS Report
  [END   2014/12/14 20:52:44] adzdoptl.pl run
  adop phase=fs_clone - Completed Successfully
  Log file: /u01/oracle/PROD/fs_ne/EBSapps/log/adop/5/adop_20141214_150718.log
adop exiting with status = 0 (Success)
******************************************************************************************
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
5.8 Check Release Number
5.9 Login Application
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                            
To change Home Page, change profile option ‘Self Service Personal Home Page mode’ to ‘Framework ‘Simplified’ as shown below
As follows;
Oracle APPS 12.2 Upgrade to 12.2.4    
      Oracle APPS 12.2 Upgrade to 12.2.4                                              

1 comment:

  1. Hi

    I installed oracle ebs 12.2.4 using startCD 12.2.0.48
    Could you please tell me how to know database patches?

    I look at the Consolidated List of patches and bug Fix(Doc ID: 1594274.1).
    there are some difference between the document and your patches.

    Thanks
    John

    ReplyDelete