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

UPGRADATION FROM 11.5.9 TO 11.5.10.

Prepared by: Nikhil Rangaraju.............................................................................................1


INSTALLATION OF 11.5.9 APPLICATION FILE SYSTEM...........................................2
Passwd appupg - welcome...................................................................................................2
POST INSTALLATION STEPS..........................................................................................2
FOLLOW DOCUMENT 316365. TO UPGRADE 11.5.9 TO 11.5.10.2............................3
PRE UPDATE TASKS.....................................................................................................3
APPS SIDE..................................................................................................................4
DATABASE SIDE...............................................................................................................4
SQL> @?/rdbms/admin/catpatch.sql...................................................................................5
SQL> @?/rdbms/admin/utlrp.sql.........................................................................................5
Sqlplus apps/apps @adgnofa.sql ALL.........................................................................5
APPLYING MAINTENANCE PACK............................................................................5
POST-UPDATE TASKS..................................................................................................6
WHY and WHAT??.........................................................................................................6

Prepared by: Nikhil Rangaraju


Oracle NAIO
INSTALLATION OF 11.5.9 APPLICATION FILE SYSTEM
 Create database user- orupg
Useradd –g dba –d /u01/orupg orupg
Passwd orupg- welcome

 Create Application user


Useradd –g dba –d /u01/appupg apupg
Passwd appupg - welcome

 Install JDK1.3 and source the /usr/java/jdk1.3/bin to $PATH


environmental variable

 Set LD_ASSUME_KERNEL=2.4.19

 As a root user using Rapidwiz install wizard install 11.5.9 from the
stage directory.
Cd /nfs/stage/linux/oracle/11.5.9/startcd/Disk1/rapidwiz
./rapidwiz

 Observations
ORACLE_SID: upg
Application user: appupg
Database user: orupg
APPL_TOP: /u01/appupg/upgappl
COMMON_TOP: /u01/orupg/upgcomn
Scripts location:
$COMMON_TOP/admin/scripts/<contextname>

POST INSTALLATION STEPS

After the installation is complete, perform the following tasks.

 Shut down all Oracle Applications processes with the following


command.
$COMMON_TOP/admin/scripts/<context_name>/adstpall.sh
apps/apps
 Apply interoperability patch 3830807.
 Apply patch 3170128.
 Relink all Oracle Applications executables. In AD Administration,
choose "Relink Applications programs" from the "Generate
Applications Files" menu.
 Restart Oracle Applications processes.
$COMMON_TOP/admin/scripts/<context_name>/adstrtal.sh
apps/apps

FOLLOW DOCUMENT 316365. TO UPGRADE 11.5.9 TO 11.5.10.2

This document contains the following sections

 Pre-Update Tasks
 Applying Maintenance pack
 Post- update tasks

PRE UPDATE TASKS

S.NO TASK ACTION DONE PATCH RESULT


1 Apply Applied AD I.5 5161676 Successful
AD1.2 or
higher
2 Update  Unzip 5478710 5478710 Successful
Autoconfig  Cd fnd/patch/115/bin
technology ./txkprepatchcheck.pl -script=ValidateRollup
stack - outfile = $APPLTMP/txkValidateRollup.html
templates -appspass=apps
Open txkValidateRollup.html and perform
a) Run Autoconfig
b) HTTP server patches 3072811
c) JDK version- 1.3.1.10
 adpatch u5478710.drv
 Run Autoconfig
 Update the RDBMS_ORACLE_HOME file
system
On application tier create the appsutil.zip file by
executing:
$ADPERLPRG $AD_TOP/bin/admkappsutil.pl
On Database tier, copy appsutil.zip to
ORACLE_HOME
Unzip and run autoconfig
 Stop and start application serverprocesses
3 Install and  Run Autoconfig- Error- Apply patch 4318672 Successful
run tech 4201222
stack  Apply patch u4318672.drv
validation  Update RDBMS_HOME with Autoconfig
utility. files.
 Run Tech stack validation utility
APPS SIDE
- Source APPS env file
- $ADPERLPRG
$FND_TOP/patch/115/bin/ TXKScript.pl
-script = $FND_TOP/patch/115/bin/
txkVal11510MP.pl -txktop=$APPLTMP
-appspass=apps -outfile=
$APPLTMP/txkVal11510MP.html

Open txkVal11510MP.html
a) Client library version in 2376472 Successful
IAS_ORACLE_HOME- 8.1.7.4.0
b) Oracle ModPLSQL version for HTTP 3835781 Successful
server (3.0.9.8.5d)
c) Oracle Jinitiator version- 1.3.1.28 4948577 Successful
(124606.1) 4888294 Successful
d) JDK version on HTTP server node and 5713544 Successful
AD utilities- 1.4.2.14 (246105.1) 4261542 Successful
e) Developer 6i version (Patchset 18) – 5216496 Successful
6.0.8.27 5753922 Successful
f) Check for Package OWA_MATCH in sys 5355158 Successful
schema 3835781 Successful
DATABASE SIDE
- Source Database env file
- $ADPERLPRG
$ORACLE_HOME/appsutil/bin/TXKScript.pl
-script=
$ORACLE_HOME/appsutil/bin/txkVal11510MP.
pl -txktop= $ORACLE_HOME/appsutil
-appspass= apps
-outfile=
$ORACLE_HOME/appsutil/temp/txkVal11510
MP_DB.html

Open txkVal11510MP_DB.html
a) Upgrade Database to 9.2.0.8- Apply patch
Appling 9.2.0.8 patchset
As an oracle user 4547809 Successful
Unzip patch 4547809
Cd 4547809/Disk1
./runInstaller

set SHARED_POOL_SIZE and


JAVA_POOL_SIZE to 150MB

sqlplus /nolog
CONNECT SYS/welcome AS SYSDBA
SQL> STARTUP MIGRATE
SQL> SPOOL patch.log
SQL> @?/rdbms/admin/catpatch.sql
SQL> SPOOL OFF

SHUTDOWN
STARTUP

Run the utlrp.sql script to recompile all invalid


PL/SQL packages
SQL> @?/rdbms/admin/utlrp.sql

Hence patchset was successful.

b) Increase temp tablespace to 1024 MB


c) _B_TREE_BITMAP_PLANS= FALSE
d) O7_DICTIONARY_ACCESSIBILITY=F
ALSE
e) Increase system tablespace to 9216 MB
See that all PASS in both validation html files and
proceed furthur.

4 Configure  Apply patch 3180164 3180164 Successful


database for  Unzip it and go to ad/patch/115/sql
new  Run adgnofa.sql
products Sqlplus apps/apps @adgnofa.sql ALL
and new  Run adruncts.sql which calls adcrtbsp.sql
tablespace  Now apply patch u3180164.drv
requirement
s

APPLYING MAINTENANCE PACK

S.NO TASK ACTION DONE PATCH RESULT


1 Apply  Download patch 3480000 3480000 Successful
Maintenance  Unzip all zipped files
pack  Shutdown application server processes
 Adpatch u3480000.drv
 Restart server processes.

POST-UPDATE TASKS

S.NO TASK ACTION DONE PATCH RESULT


1 Apply latest Apply latest online help consolidated patch- 3275245 Successful
online 3275245
consolidated
patch
2 Drop MRC Cd APPL_TOP/admin
schema Sqlplus system/welcome @addrpmrc.sql appplsys
safe

WHY and WHAT??

Document?
This document (OracleMetaLink Doc ID: 316365.1) contains instructions for applying
the Oracle Applications Release 11.5.10.2 Maintenance Pack to update an existing
Release 11i system to Oracle Applications Release 11.5.10.2

Pre-update tasks?
Tasks that must be performed to prepare your system for application of this maintenance
pack.

TUMS-MP?
The Upgrade Manual Script for the Maintenance Pack (TUMS-MP) examines your
current configuration and creates a report detailing which of the steps in these
instructions you must complete and which steps you can ignore. Because TUMS-MP
reports on a unique configuration, its output is relevant only to your update. Following
the guidelines in the TUMS-MP report can reduce the time is takes to perform the update.

AD I.5?
It includes new features:
AD Secure Software Check
AD Administration and AD Controller Support for Non-interactive Mode
AD Merge Patch Utility - Support for Merging Zip Files
AutoConfig Integration with AutoPatch
Creation of Large Indexes Using Parallel Slaves
Distributed AD
Eliminate MRC Maintenance Overhead (11.5.10)
Maintenance Mode
Patch and File History XML Reports

AutoConfig technology stack template?


The AutoConfig engine relies on template files that are merged with your
implementation-specific data to create necessary configuration files.

It includes TXK AutoConfig template files to configure the Technology Stack for Oracle
E-Business Suite 11i instances using AutoConfig. These template files have no effect on
the E-Business Suite configuration until the AutoConfig utility is run.

This patch also contains the latest AutoConfig Engine and Tools related enhancements
and fixes. In the past these changes have been released in ADX Rollup patches.

Technology Stack Validation Utility?


This utility verifies certain minimum technology component versions and other
configuration requirements associated with this maintenance pack.

This utility performs a series of tests that validate the technology stack components of a
Release 11i system, ensuring that the system is prepared for the installation of the Release
11.5.10.2.

If it reports any failures or warnings, follow the instructions it provides and fix each
reported failure. Then, run the utility again on each node that reported a failure. Make all
corrections before continuing with the maintenance pack installation. We highly
recommend you correct all warnings as well.

Client library version in IAS_ORACLE_HOME- 8.1.7.4.0 (2376472)?

This is 8.1.7.4.0 patch set for the Oracle Database Server. It includes patches for the
RDBMS, PL/SQL, and Precompiler, Networking, interMedia Text, JDBC, JavaVM,
Enterprise Java Beans, Corba and Java Server Pages products. This is not a complete
software distribution and you must install it over an existing 8.1.7 Oracle Server
installation.

Oracle ModPLSQL version for HTTP server (3.0.9.8.5d)?

You must apply patch 3835781 to update modplsql version in the iAS Oracle Home to
3.0.9.8.5d.

This patch contains the following fix for Oracle iAS 1.0.2
a) 2004-S128E
b) BACKPORT OF BUG 3559310 ON TOP OF VERSION 1.0.2

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