Wednesday, October 22, 2008

Upgrading Oracle Apps 11i Database to Oracle Database 10g Release 2 (10.2.0) - Step 2

2.Upgrading Developer 6i with Oracle Applications 11i patchset 18 (4948577)

A. Patches to be installed.

Patch 4948577 -- dev6i
Patch 4888294 -- interop

Patch 5713544 -- add'l post req
Patch 4261542 -- add'l post req
Patch 5216496 -- add'l post req
Patch 5753922 -- add'l post req
Patch 5355158 -- add'l post req

Patch 3830807 -- add'l linux
Patch 4586086 -- add'l linux

B. Download Patch 4948577 Dev6i Patch 18

a. unzip patch.
b. cd $PATCH_TOP/developer6i_patch18
c. make sure you have read/write permissions.
d. run this to install

./patch_install.sh 2>&1 tee patch_install_p18.log

C. Relink Tools Executables.

cd $ORACLE_HOME/procbuilder60/lib; make -f ins_procbuilder.mk install
cd $ORACLE_HOME/forms60/lib; make -f ins_forms60w.mk install
cd $ORACLE_HOME/graphics60/lib; make -f ins_graphics60w.mk install
cd $ORACLE_HOME/reports60/lib; make -f ins_reports60w.mk install

D. Done - with Dev6i Patch 18.

E. Download Patch 4888294 Apps Interop

a. unzip patch
b. apply with adpatch

F. Apply remaining patches

read all the readme's
unzip the patch
cd to that directory
Patch 5713544

% cd 5713544
% sh patch.sh

Patch 4261542

Complete the commands in the readme.

Patch 5216496

# % cd 5216496
# % sh patch.sh

Patch 5753922

# % cd 5753922
# % sh patch.sh

Patch 5355158

Complete the commands in the readme.

Patch 3830807 -- add'l linux

# % ./patch.sh

Patch 4586086 -- add'l linux

Complete the commands in the readme.


Post Patch(s) steps

If you are an Oracle Applications customer, please also run adrelink.

1. % adrelink.sh force=y "fnd f60webmx"

2. Run adadmin administration utility.
In AD Administration (adadmin)
Select the "Maintain Files" option
then the "Generate JAR Files".
Relink all Applications executables.

3. In AD Administration (adadmin)
choose "Relink Applications programs"
from the "Generate Applications Files" menu.

4. Restart the web listeners.
$COMMON_TOP/admin/scripts/SID_host/
adstpall.sh apps/apps
adstrall.sh apps/apps


No comments: