Tuesday, 3 June 2008

Installing Oracle Application Server 10g with Oracle E-Business Suite Release 11i

Installing Oracle Application Server 10g with Oracle E-Business Suite Release 11i Note:233436.1

Upgrading Developer 6i with Oracle Apps 11i (Patchset 18 4948577)

Upgrading Developer 6i with Oracle Applications 11i Doc ID: Note:125767.1

1. Check $OA_HTML/bin/appsweb.cfg . Change the value from http to socket or https.
in xml Form Connection Mode = socket
2. Configure Applications to use Oracle JInitiator 1.1.8.16 or later MetaLink Note
124606.1
3. Developer 6i Patch 4948577
Apps Interop Patch 4888294
HP Tru64 :- 5713544, 4261542, 5216496, 5753922, 6195758.

4. Stop the Forms, Reports, HTTP, and Concurrent Manager Servers.

5. Install the Developer 6i Patch
Copy the files in this patch to your $ORACLE_HOME (8.0.6)
unzip the patch file.
cd $ORACLE_HOME/developer6i_patch18
./patch_install.sh
check the logfile.
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

6. cp –b /developer6i_patch18/bin/genshlib $ORACLE_HOME/bin

7. Apply patch 5713544
sh patch.sh
adrelink.sh force=y "fnd f60webmx"

8. Apply patch 4261542

9. Apply patch 5216496 ( sh patch.sh)

10. Apply patch 5753922
sh patch.sh
adrelink.sh force=y "fnd f60webmx"

11. Apply patch 6195758

12. Relink applications executables
execute adadmin
- Maintain Applications Files Menu
- "Relink Applications program"
- List of product to link: “fnd”
- Generate specific executables ….: “y”
- Relink with debug: “n”
- Enter executables to relink: “f60webmx ar60run ar60runb ar60rund *”

13. Apply intro patch 4888294.

14. select Maintain Applications Files, then select Generate Product JAR Files. Do
not force the regeneration of all JAR files.

15. Start the services.
------------------------------------------------------