Top Banner
Author – A.Kishore http://www.appsdba.info Installation of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 2> Microsoft Visual Studio 2008 Express Edition 3> Install MKS Toolkit or cygwin 4> Configure gnumake 5> Configure network setting (with network card) 6> Add entries in hosts file 7> Add domain name 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1 10> clean up existing Installation 11> References 1. Install Windows2003 SP2 We assume you have already Installed Windows 2003 with SP2 2. Install - Microsoft Visual Studio 2008 Express Edition Download the software from below link http://www.microsoft.com/en-us/download/details.aspx?id=3092 VS2008ExpressENUX1397868.iso (extract the files)
34

Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Mar 30, 2018

Download

Documents

votuong
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Installation of Oracle Application R12.1.1 on Windows 2003

1> Install Windows2003 SP2

2> Microsoft Visual Studio 2008 Express Edition

3> Install MKS Toolkit or cygwin

4> Configure gnumake

5> Configure network setting (with network card)

6> Add entries in hosts file

7> Add domain name

8> Stage the Apps Software

9> Install Oracle Applications R12.1.1

10> clean up existing Installation

11> References

1. Install Windows2003 SP2

We assume you have already Installed Windows 2003 with SP2

2. Install - Microsoft Visual Studio 2008 Express Edition

Download the software from below link

http://www.microsoft.com/en-us/download/details.aspx?id=3092

VS2008ExpressENUX1397868.iso (extract the files)

Page 2: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Go to VCExpress and setup.exe

Page 3: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 4: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 5: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

..

Page 6: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

3> Install MKS Toolkit or cygwin

a> MKS toolkit Installation

Evaluation copy from

http://www.mkssoftware.com/eval/

Page 7: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 8: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

I have installed on d:\mks

Page 9: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.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

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

Page 10: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

4. Configure gnumake

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

I had execute build_w32.bat for 2 times

Page 11: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

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 d:\mkvs\vc\bin\cl.exe to c:\mks\mksnt

Page 12: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

5> Configure network settings (either in network or without network the

steps are needed)

Page 13: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Click properties

Assign IP address or get the IP address from your network administrator Click

Page 14: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Click Advanced

Select DNS tab and add “com” (domain name) as DNS suffix

Page 15: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

6> Add entries in hosts file

go the below directory and make the entries

C:\WINDOWS\system32\drivers\etc\hosts 127.0.0.1 localhost

# ip address <server name>.<domain name> <alias name>

192.168.1.100 erpapps.com erpapps

Page 16: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

7> Add domain name

Page 17: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Restart the server

Page 18: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

8> Stage the Apps Software

http://edelivery.oracle.com

Downloa

d Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here

(Part 1 of 4)

B53824-01

Part 1 of 4 29M

Downloa

d Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here

(Part 2 of 4)

B53824-01

Part 2 of 4 97M

Downloa

d Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here

(Part 3 of 4)

B53824-01

Part 3 of 4

393

M

Downloa

d Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here

(Part 4 of 4)

B53824-01

Part 4 of 4 81M

Downloa

Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install RDBMS - Disk 1 (Part 1 of 2)

V15667-01

Part 1 of 2 1.2G

Page 19: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

d

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install RDBMS - Disk 1 (Part 2 of 2)

V15667-01

Part 2 of 2 1.5G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 1 (Part 1 of 3)

V15668-01

Part 1 of 3 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 1 (Part 2 of 3)

V15668-01

Part 2 of 3 1.6G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 1 (Part 3 of 3)

V15668-01

Part 3 of 3 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 2 (Part 1 of 3)

V15669-01

Part 1 of 3 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 2 (Part 2 of 3)

V15669-01

Part 2 of 3 1.7G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 2 (Part 3 of 3)

V15669-01

Part 3 of 3 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 3 (Part 1 of 3)

V15670-01

Part 1 of 3 1.7G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 3 (Part 2 of 3)

V15670-01

Part 2 of 3 1.6G

DownloaOracle E-Business Suite Release 12.1.1 for Microsoft Windows V15670-01 453

Page 20: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

d (32-bit) Rapid Install Databases - Disk 3 (Part 3 of 3) Part 3 of 3 M

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 4 (Part 1 of 3)

V15671-01

Part 1 of 3 1.5G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 4 (Part 2 of 3)

V15671-01

Part 2 of 3 1.6G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 4 (Part 3 of 3)

V15671-01

Part 3 of 3

543

M

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 5 (Part 1 of 3)

V15672-01

Part 1 of 3 1.6G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 5 (Part 2 of 3)

V15672-01

Part 2 of 3 1.7G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 5 (Part 3 of 3)

V15672-01

Part 3 of 3

694

M

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 6 (Part 1 of 3)

V15673-01

Part 1 of 3 1.6G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 6 (Part 2 of 3)

V15673-01

Part 2 of 3 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 6 (Part 3 of 3)

V15673-01

Part 3 of 3 1.2G

DownloaOracle E-Business Suite Release 12.1.1 for Microsoft Windows V15674-01

1.5G

Page 21: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

d (32-bit) Rapid Install Databases - Disk 7 (Part 1 of 2) Part 1 of 2

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Databases - Disk 7 (Part 2 of 2)

V15674-01

Part 2 of 2 1.1G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install Tools - Disk 1 V15675-01 1.5G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 1 (Part 1 of 4)

V15676-01

Part 1 of 4 1.7G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 1 (Part 2 of 4)

V15676-01

Part 2 of 4

131

M

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 1 (Part 3 of 4)

V15676-01

Part 3 of 4 1.7G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 1 (Part 4 of 4)

V15676-01

Part 4 of 4

629

M

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 2 (Part 1 of 2)

V15677-01

Part 1 of 2 1.2G

Downloa

d Oracle E-Business Suite Release 12.1.1 for Microsoft Windows

(32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)

V15677-01

Part 2 of 2

Page 22: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info Extract the files to StageR12 directory on windows 2003

E:\StageR12

Validate the Stage folder

Download md5sum.exe. from the below link

http://154.ca/otr/iso/md5sum.shtml

md5sum --check md5sum_Windows.txt > md5sum_result.txt

9> Install Oracle Applications R12.1.1 on Windows 2003

E:\StageR12\startCD\Disk1\rapidwiz

RapidWizVersion.cmd

RapidWiz.cmd

Page 23: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 24: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 25: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 26: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 27: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 28: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 29: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 30: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

http://bharath.appsdba.info:8000/

Page 31: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Page 32: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

10> clean up existing Installation

In case you want to clean a failed installation or old instance,

you can follow below steps

Run regedit from start

Remove ORACLE folder from Software

Page 33: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info

Click ControlSet001 and delete all the below Oracle services

Click ControlSet002 and delete all the oracle services (If available)

Delete the oracle folder from

D:\Program Files

Page 34: Author A.Kishore of Oracle Application R12.1.1 on Windows 2003 1> Install Windows2003 SP2 ... 8> Stage the Apps Software 9> Install Oracle Applications R12.1.1WARNING✕Site might

Author – A.Kishore http://www.appsdba.info Reboot the machine and delete the following folder

E:\oracle

References

Oracle E-Business Suite R12 Installation Steps on Windows XP

https://forums.oracle.com/forums/thread.jspa?threadID=494790

Oracle E-Business Suite R12 Installation on Windows 2003

https://forums.oracle.com/forums/thread.jspa?threadID=484238