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

Upgrade EBS from 12.0.4 to 12.1.

1
Below is the overview of what all steps we performed. This is Linux Operating system.
Please check the invalid objects after and before each step.

Database Upgrade : 10.2.0.3 to 10.2.0.4


A] Applying 10204 patchset 3 on existing oracle home.
1] Set the inventory in /etc/oraInst.loc .
2] unzip 6810189 patch with owner of database.
3] cd Disk1 >> ./runInstaller
4] Source the oracle home path which needs to be upgraded.
>> Post Patches [5868257 , 5386204] on upgraded home. [ using opatch]

B] Upgrade Steps
1] Login as database user. [ and sqlplus "/as sysdba"]
2] startup upgrade.
3] cd $OH/rdbms/admin
@utlu102i.sql
4] @catupgrd.sql
5] Run utlrp.sql for compiling invalid objects.
6] Check dba_registry for status [ must be VALID for all Components ]
7] Shutdown immediate.
8] Startup.

C] Post Steps
1] Run adgrants.sql [$ORACLE_HOME/appsutil/admin ]
sqlplus “/as sysdba” @adgrants.sql applsys
2] Run adstats.sql [ database should be restrict mode ]

Applications Upgrade : 12.0.4 to 12.1.1

Prereq :
>> Check for Invalid objects
>> Bring down the Application.
>> Enable Maintenance Mode.

A] Upgrade OracleAS 10g Release 3 (10.1.3) to Patchset 4 (10.1.3.4) :


1] Apply patches : 7237313, 7359933 + opatches [ review from document
mentioned below]

B] Upgrade Oracle E-Business Suite Release 12 JDK to Java 6.0 latest update.
Download Java SE Development Kit 6u13 (jdk-6u13-linux-i586-rpm.bin)
from http://java.sun.com/javase/downloads/index.jsp

C] Upgrade OracleAS 10g Release (10.1.2) for Forms and Reports to


Patchset 3 (10.1.2.3)
1] Apply patch 5983622
2] Post Patches [opatch ] reviewed from Metalink note-id mentioned below.
3] Apply Interop patch 7120543 on 10.1.2.3 Home

D] Apply the AD Minipack : 6767273 , 7461070

E] Apply EBS Maintenance Pack : 7303030

Follow Post steps from 752619.1

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Oracle Applications Upgrade to 12.1.2

Pre-requisites:

Applications should be of 12.1.1

For upgrading Oracle Applications from12.0.x to 12.1.1 please refer my blogpost

http://balajiabhi.blogspot.com/2009/07/upgrade-oracle-e-business-suite-1205-to.html

Web OH should be above 10.1.3.4

Step:1

Download AD_B_2 (8502056)

Download R121RUP2 (7303033)

Download Online Help patch (7303032)


Step:2

Apply 8502056:

Copy adgrants.sql from admin directory of the patch directory and copy to Database
Oracle HOME/appsutil/admin

Source the Database environment file:

Run adgrants.sql as

Sqlplus /nolog

@adgrants.sql APPS

Source the Application Environment file

Apply the unified driver of 8502056 on the Application tier using adpatch

Be Sure that you have WEB_OH as 10.1.3.4 and above.

You can see that in WEB_OH


(ORACLE_APPS_BASE/apps/tech_st/10.1.3/config/ias.properties) version.
Step 3:

Apply 7303033 using adpatch with default options.

• Be sure that you have enough space in APPS_TS_TX_DATA and


APPS_TS_TX_IDX before starting the patch application.

After application of patch 7303033, it is advised to apply the online Help patch no.
7303032 using adpatch with default options

After application of these patches,

Please run autoconfig on the apps Tier and then make the appsutil.zip file from
$AD_TOP/bin/perl

admkappsutil.pl

Copy the file to the $RDBMS_ORACLE_HOME and unzip the file.

Run autoconfig on the Database Tier.

It is mandatory to do a preclone on both the tiers which will enable to create a new clone
directory structures during cloning.

Startup the instance.


Verify the upgrade using apps account in the backend

SQL> select release_name from FND_PRODUCT_GROUPS;

RELEASE_NAME

--------------------------------------------------

12.1.2

SQL>

Front end:

From the Forms:


Issues:

One object becomes invalid after application of the main patch.

OBJECT_NAME OWNER OBJECT_TYPE

------------------------------ ------------------- ----------------------------------


PA_PWP_SUMM_PKG APPS PACKAGE BODY

When you try to compile the object manually as apps, we got the following error:

SQL> alter package PA_PWP_SUMM_PKG compile body;

Warning: Package Body altered with compilation errors.


SQL> show err

Errors for PACKAGE BODY PA_PWP_SUMM_PKG:

LINE/COL ERROR
-------- -----------------------------------------------------------------
342/1 PL/SQL: SQL Statement ignored
375/10 PL/SQL: ORA-00942: table or view does not exist

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