Вы находитесь на странице: 1из 2

Oracle E-Business Suite Upgrade Guide Release 12.0 and 12.1 to 12.

2
#############################
Backup Apps Plus database
backup custom.pll and other customizations
13027498:R12.IEX.B when upgrading from 12.1.X.
13420532:R12.XLA.B when upgrading from Release 12.1.x
SELECT
package_name
,object_name
,argument_name
,data_type
FROM all_arguments
WHERE (package_name,object_name) IN
(
SELECT
call_package
,call_procedure
FROM hr_api_hook_calls
)
AND data_type = 'LONG';
Gather SYS, Fixed Object and Dictionary Statistics (required)
Gather schema statistics (required)
Install JRE on the database tier , for exa you need a different patch.
R12.2: How To Create the Stage In Preparation For Installation (Doc ID 1596433.1
)
Migrate or Upgrade Your Database to Oracle 11g Release 2 (11.2.0.4) or higher (r
equired)
RDA - Health Check / Validation Engine Guide (Doc ID 250262.1)
using the latest startCD (currently 12.2.0.51 - Patch 22066363) to install or up
grade
Install etcc patch at db level
Add the service name ebs_patch required for Upgrade .
alter system set service_names=EBSUPGR,ebs_patch scope=spfile;
Update the pfile required for the Upgrade. 396009.1
Oracle E-Business Suite Release Notes, Release 12.2 (Doc ID 1320300.1)
Download and unzip R12.AD.C (patch#10117518) and 12.2.0 AD CUP7 patch#22742061:R
12.AD.C under <PATCH_TOP>/AD_source
admrgpch -s /u01/EBSUPGRADE/ebs_patches/AD_Source -d /u01/EBSUPGRADE/upgrade_pa
tch/AD_CUP7 -merge_name AD_cup7 admode
adapatch
Individual pre-install patches that are listed in the Oracle E-Business Suite Re
lease 12.2 Pre-install Patches Report 1448102.2 can be merged with Consolidated
Upgrade Patch 22742071:12.2.0 (CUP7) and applied together
admrgpch -s /u01/EBSUPGRADE/ebs_patches/preinstall1448102 -d /u01/EBSUPGRADE/up
grade_patch/EBS_CUP7 -merge_name EBS_cup7
adpatch preinstall=y
admrgpch -d . -preinstall -master u10124646.drv
adpatch options=nocopyportion,nogenerateportion
Migrate code to db node (copy 1.7 jre to new appsutil)
fnd_conc_clone.setup_clean();
adconfig on dbnode
/u01/EBSUPGRADE/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/txkDropAdxPreAutoConfig
.sq
Run Rapid Install in configure mode
Adsplice for custom schema register
Online Patching Enablement - Readiness Reports (ADOP)
Installing the ETCC Patches on ApplicationTier as per the patch 17537119
Using opatch utility apply all the patches required for
""Oracle Forms and Reports""
""Oracle Fusion Middleware (FMW) - Web Tier""
""Oracle Fusion Middleware (FMW) - oracle_common""
""Oracle WebLogic Server (WLS)"" for weblogic use below bsu.sh
Online Patching Enablement patch (13543062 :R12.AD.C.)
adpatch
Online Patching Enablement Status Report after the Online Patching
Apply AD and TXK patches of Delta 7
As per the AD.C Delta 7 Readme.txt run adgrants.sql from the db node.
adop phase=apply patches=20745242,21841288 hotpatch=yes merge=yes
adop phase=apply patches=20784380,21846184 hotpatch=yes merge=yes
Applying the Upgrade patch from R12.2.0 to R12.2.4 patch (wanted to do 12.2.
3)
adop phase=apply patches=19829320 hotpatch=yes
adop phase=apply patches=17919161,21900859 merge=yes

Online help patch :-


adop phase=apply patches=17919162,19290141 hotpatch=yes merge=yes
Post Upgrade Critical Patches by ADOP

Вам также может понравиться