home

R12.1.3 upgrade from R12.1.1on Linux 5.5

wget RapidWiz update uln up2date R12.1.1 Install

 

Install Linux  

Upgrade DB

761570.1

 

Upgrade Fusion Middleware

Update R12.1.1 with required patches

OracleAS 10g Patchset 10.1.3.5

Doc 761570.1

OracleAS 10g Patchset 10.1.2.3 for Forms and Reports

Doc 437878.1

If you are upgrading from 11i to R12, you are replacing the 11i applications technology stack with the Fusion Middleware technology stack. Upgrade Fusion Middleware just means upgrade the Apps tech stack

Install Linux 5.5

Install Linux 5.5 - download from Oracle Linux Edelivery

update with the latest packages using Oracles Unbreakable Linux Network ULN up2date or yum

 

R12.1.1 Installation Notes

R12.1.1 Installation Guide

Oracle® Applications Installation Guide: Using Rapid Install Release 12.1 (12.1.1)
Part No. E12842-03

761566.1 Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64

798258.1 Oracle Applications Release Notes, Release 12.1.1
1080973.1 Oracle E-Business Suite Release 12.1.3 Readme

 

R12.1.3 upgrade Notes
 
 
 

 

 

Note: 244040.1 - Oracle E-Business Suite Recommended Performance Patches
Note: 139684.1 - Oracle Applications Current Patchset Comparison Utility - patchsets.sh
Note: 985520.1 - Oracle E-Business Suite Releases 11i and 12 Critical Patch Update Knowledge Document (January 2010)

Note: 756671.1 - Oracle Recommended Patches -- Oracle DatabaseFor the initialization parameters, please refer to (Note: 396009.1 - Database Initialization Parameters for Oracle Applications Release 12).

Oracle E-Business Suite Readme, Release 12.1.2 [ID 949406.1]

---Oracle Applications Documentation Resources, Release 12.1

---[ID 790942.1Oracle Application Object Library Release Notes, Release 12.1.2 [ID 953916.1]

---Release Schedule of Current Database Releases [ID 742060.1]

Oracle Application Object Library Release Notes, Release 12.1.2 [ID 953916.1]

Oracle E-Business Suite Applications Technology Readme, Release 12.1.2 note 845809.1

Oracle E-Business Suite Release 12.1 customers applying Oracle E-Business Suite Applications Technology Release 12.1.2)

Notes:

Oracle Application Object Library Release Notes, Release 12.1.2 [ID 953916.1] R12.ATG_PF.B.DELTA.2

Attention Oracle E-Business Suite Release 12.1.2 upgrade from 12.1.1 to 12.1.2 should review the required patches listed in Path D (10.2.0.3, 10.2.0.4) or Path E (11.1.0.6, 11.1.0.7, 11.2.0.1)

An upgrade of Oracle E-Business Suite from 11i to 12.1.1 with database versions from 10.2.0.3 to 11.2.0.1 is currently supported, with users having the option to stay on these versions of the database with 12.1.1.

ULN Steps for Linux 5.5Up2Date:  
#up2date --register channel:ol5_x86_64_latest 
#up2date --nox --show-channels 
#up2date --nox --install oracle-validated


There are a few more pkg listed in the R12.1.1  release notes to install

 

Download the R12.1.1 disks from Oracle E-Delivery

 

1. Update the Linux kernel witth the required pkg's per note : 761566.1 or use the ULN and follow all the step.

*After installing these patches, run ldconfig -v. if you do it manually.

I updated my OS both ways. I applied all the packages manually & I used the UNL. It was easier to do it manually until I figured out the ULN. I added directions here

It was a breeze using the ULN after I figure it out.

I'm particular about the UID's created for my OS users so I created my users and groups first before updating the OS from ULN.

Once I updated the OS I added the extra patch and library config's from the read me It will remove your changes if you do it before ULN.

2. Download the R12.1.1 installation disks from edelivery

2. Update your startCD RapidWiz with the latest rapidwiz patch to run the install

4. Run md5 check sum

3. Apply OS Library Patch for Oracle HTTP Server 6078836

4. Run Rapidwiz to start the installation. You have to create the /etc/oraInst.loc file manually if it's not already there. The R12 installation no longer creates this.

 

 

RapidWiz update

January 28, 2011

The most current version of the Rapid Install wizard is 12.1.1.11. You can obtain this version by applying <Patch 8639046>

8639046

check your version of Rapidwiz:

$ cd /Stage12/startCD/Disk1/rapidwiz
$ ./RapidWizVersion

Version that came with disks downloaded from edelivery:

Oracle Applications Rapid Install Wizard

Version 12.1.1.9

To use the new startCD, uncompress the pactch in the staging directory and over write the old startCD

use wget to get the patch


 

Update /usr/lib/libXtst.so.6

download patch 6078836. It's a copy of libXtst.so.6

To apply the patch, backup /usr/lib/libXtst.so.6 if it exists, then copy libXtst.so.6 to /usr/lib

# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6

 

run rapidwiz

1. Verify that you have a /etc/oraInst.loc file created before starting rapidwiz. Oracle used to supply a script /tmp/root.sh that would create this directory.. By design they no longer supply this script. You have to create the directory yourself. :

cd /etc.

touch oraInst.loc

then update the oraInst.loc with a pointer to where you want the global inventory.

inventory_loc=/u01/oracle/oraInventory

2. Touch a file as oracle and applmgr under each mount point you've created to install the software.

3. Run rapidwiz

cd <R12stage>/startCD/rapidwiz

./rapidwiz

 

 

wget for patches

#!/bin/sh

#
# Generated Fri, 28 Jan 2011 16:12:17 Coordinated Universal Time
# Start of user configurable variables
#

# SSO username and password
SSO_USERNAME=***@HOTMAIL.COM
SSO_PASSWORD=

# E-Delivery token
# The EPD_TOKEN will expire 48 hours after the following generation date
# Fri, 28 Jan 2011 16:12:17 Coordinated Universal Time
EPD_TOKEN=

 

# Path to wget command
WGET=/usr/bin/wget

# Location of cookie file
COOKIE_FILE=/tmp/$$.cookies

# Log directory and file
LOGDIR=.
LOGFILE=$LOGDIR/wgetlog-`date +%m-%d-%y-%H:%M`.log

# Output directory and file
OUTPUT_DIR=.

#
# End of user configurable variable
#

if [ "$SSO_PASSWORD " = " " ]
then
echo "Please edit script and set SSO_PASSWORD"
exit
fi

# Contact updates site so that we can get SSO Params for logging in
SSO_RESPONSE=`$WGET https://updates.oracle.com/Orion/Services/download 2>&1|grep Location`

# Extract request parameters for SSO
SSO_TOKEN=`echo $SSO_RESPONSE| cut -d '=' -f 2|cut -d ' ' -f 1`
SSO_SERVER=`echo $SSO_RESPONSE| cut -d ' ' -f 2|cut -d 'p' -f 1,2`
SSO_AUTH_URL=sso/auth
AUTH_DATA="ssousername=$SSO_USERNAME&password=$SSO_PASSWORD&site2pstoretoken=$SSO_TOKEN"

# The following command to authenticate uses HTTPS. This will work only if the wget in the environment
# where this script will be executed was compiled with OpenSSL. Remove the --secure-protocol option
# if wget was not compiled with OpenSSL
# Depending on the preference, the other options are --secure-protocol= auto|SSLv2|SSLv3|TLSv1
$WGET --secure-protocol=auto --post-data $AUTH_DATA --save-cookies=$COOKIE_FILE --keep-session-cookies $SSO_SERVER$SSO_AUTH_URL -O sso.out >> $LOGFILE 2>&1

rm -f sso.out

$WGET --load-cookies=$COOKIE_FILE --save-cookies=$COOKIE_FILE --keep-session-cookies "https://updates.oracle.com/Orion/Services/download/p8639046_R12_GENERIC.zip?aru=11993781&patch_file=p8639046_R12_GENERIC.zip" -O $OUTPUT_DIR/p8639046_R12_GENERIC.zip >> $LOGFILE 2>&1

# Cleanup
rm -f $COOKIE_FILE