You are on page 1of 6

Upgrading to the Latest OracleAS 10g 10.1.3.

x Patch Set in Oracle E-Business Suite


Release 12 (Doc ID 454811.1)

Section 1: Introduction

This document describes the steps required to upgrade the OracleAS 10g Release 3
(10.1.3) Oracle Home shipped with Oracle E-Business Suite Release 12 to OracleAS
10g Release 3 Patch Set 5 (10.1.3.5.0).

$IAS_ORACLE_HOME/Apache/Apache/bin/httpd -version

Section 2: Pre-Installation Steps

Step 1 Download OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0)

 Download OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0) delivered via
Patch 8626084 from My Oracle Support.

Step 2 Download Environment Preparation Patch for OracleAS 10g Release 3 (10.1.3) Patch Set
5 (10.1.3.5.0)

 Download patch 8920270 from My Oracle Support .


Step 5 Set your environment (Remember dont run the regular application env file). Instead go
to $INST_TOP/ora/10.1.3 and u will find and env with name _DomainName.env set the env
using this env file.

Step 6 Take a Backup of the Oracle E-Business Suite Release 12 10.1.3 Oracle Home and
Inventory

System administrators are strongly advised to take complete backup of the 10.1.3 Oracle
Home and the Global Inventory before executing these procedures. In the event of failure,
you can restore the Oracle Home and the Inventory before attempting to re-apply the
patchset.

Section 3: Apply OracleAS 10g Release 3 (10.1.3.0) Patch Set 5 (10.1.3.5.0)

The steps in this section must be performed on all application tier nodes

The steps involved in applying the 10.1.3.5 patchset are as follows:

1. Set your environment


2. Apply OracleAS 10.1.3.5 Patch Set
3. Shut down any services started by OracleAS 10.1.3.5 Patch Set
4. Run AutoConfig

Step 1 Set Your Environment to 10.1.3 ORACLE_HOME

1. Log in to the application tier as the OS user who owns the application tier file
system. Navigate to the <INST_TOP>/ora/10.1.3 and source
the <sid_machine>.env/.cmd file to set your 10.1.3 ORACLE_HOME.

2. Ensure that the location of the <1013_ORACLE_HOME>/ant/bin directory is included


in the PATH Environment variable.

Step 2 Apply OracleAS 10.1.3.5 Patch Set

1. Unzip patch 8626084 (OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0)) into
a temporary directory (<patch-top>).
2. Unzip patch 8920270 (required patch for OracleAS 10g Release 3 (10.1.3) Patch Set
5 (10.1.3.5.0)) into an alternative temporary directory.
Note: To apply this patch, you must be running OPatch version 1.0.0.0.58 or higher. You
can check your opatch version with the command 'opatch version'. If you are not running
version 1.0.0.0.58 or higher, you can obtain the latest OPatch version via Patch 6880880 >.
Ensure that you select version '10.1.0.0.0' from the 'Select a Release' drop-down when
downloading the patch.

try opmnctl startall from command prompt to see whether you are able to start it
successfully or not. again stop using opmnctl stopall as we need to apply other patches.

Step 7: Unzip patch 8920270 (required patch for OracleAS 10g Release 3 (10.1.3) Patch Set
5 (10.1.3.5.0)) into an alternative temporary directory.

If you have already tried to run the 10.1.3.5 Patchset without this patch and

the "Run One-off Generic OPatches" configuration assistant has failed.

Then the following steps need to be performed.

1) Make a backup of the file $ORACLE_HOME/config/run_opatch_generic.sh

cd $ORACLE_HOME/config

cp run_opatch_generic.sh run_opatch_generic.sh.pre8920270

2) Edit the $ORACLE_HOME/config/run_opatch_generic.sh and add the line

"-ocmrf <$ORACLE_HOME>/config/ias.properties" immediately after the -silent

switch. i.e.

#!/bin/sh

#opatch apply -silent -oh <ORACLE_HOME> -invPtrLoc <OH/oraInst.loc> <opatch dir>#

# This file is really for SOLARIS only currently other platforms are

# using separate files.

<oracle_home>/OPatch/opatch apply -silent -ocmrf <oracle_home>/config/ias.properties -


oh <oracle_home> -invPtrLoc <oracle_home>/oraInst.loc
<oracle_home>/opatches/4601861
if [ "$?" != "0" ]; then

echo "OPatch did not complete successfully..."

exit 1

fi

3) If this is a GUI install then retry the configuration assistant "Run One-off Generic
OPatches". For a failure in the silent install

a) Set the LD_LIBRARY_PATH

$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib

b) Set the PERL5LIB

export PERL5LIB=$ORACLE_HOME/perl/lib/5.6.1:$PERL5LIB

c) Run the configToolCommands

cd $ORACLE_HOME/cfgtoollogs

./configToolCommands > /tmp/configtoolcommands.out

d) Review /tmp/configtoolcommands.out.

Step 8 Run AutoConfig

Apply Any Additional OracleAS 10g Patches


unzip p8999551_101350_Generic.zip

cd 8999551/

opatch apply

cd p12965674_101350_Generic.zip
cd 12965674/

Apply Latest CPU patch (16802901) for 10g AS.


unzip p16802901_101350_.zip
cd 16802901
opatch napply

Run the 16802901/remove_demo.sh


16802901/remove_demo.sh
sh remove_demo.sh

Section 6: Post-Installation Tasks

Run adadmin, and choose Generate product JAR files (with the no force option) to
generate the appsborg.zip and appsborg2.zip files.

Step 2 Verify the OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5) Installation

Restart application tier services

Restart the services on all application tier nodes, using the command:

$ADMIN_SCRIPTS_HOME/adstrtal.sh apps/<apps_password>
http://expertoracle.com/2014/12/12/upgrade-r12-1-1-to-r12-1-3-part-5-in-11i-to-r12-1-3-
upgrade-series/

You might also like