Sei sulla pagina 1di 53

Author A.Kishore http://appsdba.info Installation of Oracle Application 11.5.10.

.2 on Windows XP 1 > Install Windows XP without service pack 2 2> Install Microsoft Visual C++ 6.0 3> Install Microsoft Visual C++ 6.0 Service pack 5 or above 4> Install MKS Toolkit or cygwin 5> Configure gnumake 6> Add Microsoft loopback for standalone (no network card) 7> Configure network settings (with network card) 8> Create appsuser and give administration permissions 9> Add entries in hosts file 10> Add domain name 11> Stage the Apps Software 12> Install Oracle Applications 11.5.10.2 13 > Post Installation Steps

Author A.Kishore http://appsdba.info 2> Install Microsoft Visual C++ 6.0


Microsoft VC++ - http://msdn.microsoft.com/vstudio/express/visualc/download/ while installing VC++ make sure it is done in C:\V98. No spaces in any directory structure of any software you install as pre-requisite for Oracle Apps. Opt for Register Environment Variables while installing VC++. If you installed MS Visual Studio C++ 6.0 then make sure you installed service pack 6. http://msdn2.microsoft.com/en-us/vstudio/aa718364.aspx

Place the Microsoft Visual C++ 6.0 CD in the CD Rom

Author A.Kishore http://appsdba.info

Restart the machine

Author A.Kishore http://appsdba.info After the server is re-started Select Products and click Next to continue

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info Select Microsoft Visual C++ 6.0 and uncheck the remaining

Author A.Kishore http://appsdba.info Change the directory of Microsoft Visual C++ 6.0 to c:\VC98

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Select exit

Author A.Kishore http://appsdba.info 3> Install Microsoft Visual C++ 6.0 Service pack 5 or above

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info 4> Install MKS Toolkit or cygwin a> MKS toolkit Installation
Evaluation copy from http://www.mkssoftware.com/eval/

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info b> cygwin Installation (This is free software and preferred) Note: If you have installed MKS toolkit, this step is not necessary
CYGWIN - http://cygwin.com/ - Download setup.exe to your machine. Run setup.exe and click Next, which will bring up the Choose Installation Type screen. Select -> Install from Internet and Click Next Select -> Root Directory C:\cygwin and select radio button Install for -> All Users and Default Text File Type -> DOS / text -> Next Local Package Directory can be any but C:\cygwin is recommended. -> Next Direct Connection.

Click on Next again to get to the Select Packages screen, and select the following packages (click on to toggle): a. All Default b. Archive Default, plus manually select the zip package c. Base Default, plus manually select the following extra packages: ash, coreutils, diffutils, findutils, gawk, grep, sed, tar and which d. Devel Default, plus manually select binutils, gcc, gcc-core, gcc-g++, make and mktemp e. Doc Default, plus manually select cygwin-doc and man f. Editors Default, plus manually select vim g. Interpreters Default, plus manually select gawk h. Shells Default, plus manually select ash and tcsh i. Utils Default, plus manually select cygutils and file Click on Next again to download the selected files. It will take some time depending upon mirror site you selected and after download cygwin setup will be automatically starts. After installation completed Open folder C:\cygwin\bin And rename followings gawk.exe to awk.exe grep.exe to egrep.exe make.exe to gnumake.exe gcc.exe to cc.exe You can override the name if system says that awk or egrep or cc already exits just remove or move to some other place. Set the Path to include the C:\cygwin\bin C:\> set PATH = %PATH%;c:\cygwin\bin

Author A.Kishore http://appsdba.info


And then check your PATH to see that it include C:\cygwin\bin and C:\V98\bin C:\>echo %PATH%

Author A.Kishore http://appsdba.info 5> Configure gnumake and copy gnumake.exe Note: If you have installed cygwin, this step is not necessary
To download GNUMAKE, point your browser to the following URL:

ftp://ftp.gnu.org/gnu/make
At the time of writing this document, any one of the following files is needed:

make-3.77.tar.gz make-3.78.1.tar.gz make-3.79.1.tar.gz make-3.79.tar.gz

Please note, you can choose any one of above shown files. Development requires to install version 3.77 or above. Downloading the latest available version is perhaps the best decision.

NOTE From this point on, this document assumes that version 3.77 has been downloaded.
For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt window Example:

C:\GNUMAKE>gunzip make-3.77.tar.gz
The above command unpacks make-3.77.tar.gz and the extension .gz is removed. On the same Command Prompt Window, you should unTAR the file, with the following command:

C:\GNUMAKE>tar -xvf make-3.77.tar


This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE In the new subdirectory, there is a batch file called build_w32.bat; run the batch file to build GNUMAKE.EXE. If the build was successful, check under C:\GNUMAKE\MAKE-3.77 for a directory named WINREL. In this directory you'll find GNUMAKE.EXE

Author A.Kishore http://appsdba.info I had execute build_w32.bat for 2 times

copy C:\gnumake\make-3.79.1\WinDebug\gnumake to c:\mks\mksnt copy C:\gnumake\make-3.79.1\WinDebug\gnumake to C:\WINDOWS\system32 copy C:\VC98\Bin\link.exe to c:\mks\mksnt and C:\WINDOWS\system32

Author A.Kishore http://appsdba.info 6> Add Microsoft loopback for standalone (not in network) Note: Preferred for laptops and desktop where network card is not available and also you want to use as standalone. If you have network card it should always be in the network else the oracle listener will come down.

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info 7> Configure network settings (either in network or without network the steps are needed)

Author A.Kishore http://appsdba.info

Click properties

Author A.Kishore http://appsdba.info Assign IP address or get the IP address from your network administrator

Click Advanced

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

8> Create appsuser and grant administration permissions

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info 9> Add entries in hosts file go the below directory and make the entries C:\WINDOWS\system32\drivers\etc\hosts
127.0.0.1 # ip address 192.168.1.100 localhost <server name>.<domain name> <alias name> erpapps.com erpapps

10> Add domain name

Author A.Kishore http://appsdba.info

Restart the server

Author A.Kishore http://appsdba.info 11> Stage the Apps Software


Perl - http://www.activestate.com/Products/ActivePerl/ Version 5.8 or more and use MSI package type. Perl is only needed if you are using Oracle Media Pack. If you are downloading from oracle site then you can skip this installation. If you have Oracle Media Pack then Insert the Start Here DVD in DVD Rom and go to folder Stage11i\startCD\Disk1\rapidwiz in DOS Prompt and type D:\Stage11i\startCD\Disk1\rapidwiz\perl adautostg.pl And follow the wizard.

Author A.Kishore http://appsdba.info 12> Install Oracle Applications 11.5.10.2

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info 13 > Post Installation Steps Connect to the application using the below link http://<servername>.<domain_name>:8000 http://erpapps.com:8000 userid- sysadmin password - sysadmin

Author A.Kishore http://appsdba.info

Author A.Kishore http://appsdba.info

After the settings are done, restart the browser. http://erpapps.com:8000 userid- sysadmin password - sysadmin

Potrebbero piacerti anche