Applying one-off patch 35650883 using adop in oracle ebs R12.2
1. . Patch Installation Plan:
Note: Kindly first take the backup of application & DB tier and then start patching.
Source the environment file.
[applprod@prodapp ~]$ cd /applprod/oracle/
[applprod@prodapp oracle]$ . EBSapps.env
run
[applprod@prodapp oracle]$
2.
Run adop fs_clone
[applprod@prodapp ~]$ adop phase=fs_clone
3.
Run Prepare phase
[applprod@prodapp ~]$ adop phase=prepare
4.
Download and unzip the below patches and move it
to the PATCH_TOP of both the application nodes
p35650883_R12.OKC.C_R12_ar.zip
p35650883_R12.OKC.C_R12_GENERIC.zip
[applprod@prodapp patch]$ unzip
p35650883_R12.OKC.C_R12_GENERIC.zip
[applprod@prodapp patch]$ unzip
p35650883_R12.OKC.C_R12_ar.zip
5.
Apply Patches
[applprod@prodapp scripts]$ cd $PATCH_TOP
Just for info check
the below file version before applying the patch as it has to be compared after
applying the patch:
[applprod@prodapp
patch]$ strings -a $OKC_TOP/patch/115/publisher/defs/OKCPREVCON.xml |grep
'$Header'
<!-- $Header:
OKCPREVCON.xml 120.0.12020000.2 2014/09/18 08:19:06 aksgoyal noship $ -->
6.
[applprod@prodapp patch]$ adop phase=apply
patches=35650883:u35650883.drv, 35650883_AR:u35650883.drv
7.
[applprod@prodapp ~]$ adop phase=finalize
Note: shutdown the services of all application
nodes as below, before step 8
[applprod@prodapp ~]$ cd
$ADMIN_SCRIPTS_HOME
[applprod@prodapp ~]$./adstpall.sh
[applprod@prodsuppliers ~]$ cd
$ADMIN_SCRIPTS_HOME
[applprod@prodsuppliers ~]$./adstpall.sh
8.
[applprod@prodapp ~]$ adop phase=cutover
[applprod@prodapp oracle]$ . EBSapps.env
run
[applprod@prodapp oracle]$ cd
$ADMIN_SCRIPTS_HOME
[applprod@prodapp scripts]$ ./adstrtal.sh
[applprod@prodsuppliers ~]$./adstrtal.sh
[applprod@prodapp scripts]$ adop –status
9.
[applprod@prodapp ~]$ adop phase=cleanup
Comments
Post a Comment