Sunday, May 10, 2009

Installing Apps 11i on a Laptop for practicing

Hardware used.

--------------------------------------------------------------------------------
Windows XP professional SP2 laptop with 1 GB RAM
External hard drive with 250 GB space
-- DO NOT USE FAT32 FILE SYSTEM. USE ONLY NTFS.
-- installation files downloaded from edelivery.oracle.com is 25 GB.
-- staging area needs 19.7 GB.
-- base installation with Vision database needs about 110 GB.

Pre-requisite software requirements.
--------------------------------------------------------------------------------
1. Microsoft VC++ - http://msdn.microsoft.com/vstudio/express/visualc/download/
2. CYGWIN - http://cygwin.com/

NOTE - There is no need for perl or to run the staging script adautostg.pl. You can just use winzip to unzip the files, there is no difference.

Software installation files downloaded from edelivery.oracle.com.
--------------------------------------------------------------------------------
NOTE - There is no need to download all the files from edelivery.oracle.com. Just download the following files, rest are optional. Also, the forms, reports, discoverer, etc. tools are included in the following files (although there are separate files in the media pack set on edelivery.oracle.com).

1. Oracle® Applications 11i Release 11.5.10.2 Rapid Install Start Here - Disk 1
2. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install RDBMS - Disk 1
3. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install Databases - Disk 1
4. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install Databases - Disk 2
5. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install Databases - Disk 3
6. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install Tools - Disk 1
7. Oracle® Applications 11i Release 11.5.10.2 for Microsoft Windows Rapid Install APPL_TOP - Disk 1

Installation steps.
--------------------------------------------------------------------------------
1. Add the following to your c:\windows\system32\drivers\etc\hosts file. You can change domainname.com to any name that you prefer. This should be used as the domain while installing Oracle Applications.

127.0.0.1 localhost
127.0.0.1 localhost.domainname.com

2. Go to Control Panel -> Systems -> Computer Name Tab -> Click on Change -> Click on More -> Enter Primary DNS Suffix as 'domainname.com'.

3. Go to your network connection, right click and select properties. Select Internet Connection TCP/IP (last in the list) and click properties. Click on Advanced button and go to DNS tab. Enter DNS suffix for this connection as
'domainname.com'.

4. Restart the PC.

5. Install Microsoft VC++
-- Remember to change the installation folder to C:\MSVC or something similar so that it does not have a space in the folder name. By default it takes Program Files, which will/may not work.

6. Restart the PC.

7. Download CYGWIN setup file and run it.
-- Install it in C:\cgwin folder, with no spaces in the folder name.
-- There are some important steps while installing CYGWIN detailed in metalink note 302859.1. If you do not have access to metalink, refer this link.
http://forums.oracle.com/forums/thread.jspa?threadID=435071

8. Restart the PC.

9. Unzip the files downloaded from edelivery.oracle.com to the folder E:\Stage11i, where E is the drive where you have sufficient space (about 120 GB for Vision sample DB and about 60GB -- not sure -- for without data) and Stage11i is a folder that you have to create.

10. Check that Stage11i has the following sub directories.
oraAppDB, oraApps, oraDB, oraiAS, startCD. The total space occupied by Stage11i folder is about 19.7 GB. This is when you do not unzip any optional files (see details above in the s/w installation files section).

11. Start rapidwiz by double clicking the file E:\Stage11i\startCD\Disk1\rapidwiz\RapidWiz.cmd.

12. Follow the wizard, remember to put the path for MKS Toolkit as C:\cygwin\bin and not just C:\cygwin. Select the path for VC++ as C:\MSVC (or where ever you installed it - remember NO SPACES in directory name). Select domain name as what you gave in your hosts file (domainname.com).

13. Refer the Oracle Apps installation guide for details on the wizard.

14. The installation (rapidwiz) takes about three hours.

15. Good luck.

No comments: