0% found this document useful (0 votes)
34 views

04-Install Oracle Applications R-12

This document provides instructions for installing Oracle Applications Release 12 on Linux Red Hat AS 4. It describes the software and disk space requirements, creating the necessary OS user and groups, staging the installation files, and running the Rapid Install wizard to perform the installation. It also covers starting and stopping the Oracle application services, and accessing the applications through a web browser on a Windows client.

Uploaded by

hilal.souli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

04-Install Oracle Applications R-12

This document provides instructions for installing Oracle Applications Release 12 on Linux Red Hat AS 4. It describes the software and disk space requirements, creating the necessary OS user and groups, staging the installation files, and running the Rapid Install wizard to perform the installation. It also covers starting and stopping the Oracle application services, and accessing the applications through a web browser on a Windows client.

Uploaded by

hilal.souli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Version – 1

By

Sikandar Hayat Awan Rizwan Ahmad Cheema Javed Akhtar


Pakistan Pakistan Pakistan

www.erpstuff.com

Keep visiting www.erpstuff.com to download the latest version of this document.


Oracle Applications R-12 – Administration www.erpstuff.com

Send Us Your Comments

The document is prepared by using Oracle E-Business R12 on Linux Red hat AS 4. We have tried our
best in preparing this document but still if there is any observation then please let us know so we can
correct in the next release of the document.

Please also suggest if you think any major feature is missing and you think that should also be part of
this document.

You can submit your feedback directly on the web site www.erpstuff.com or email to
[email protected]. If both options are not working due to any reason then please email directly to
[email protected].

Your comments and feedback will be really appreciated.

Thanks

Last updated: February - 2007

All Rights Reserved 2007 2 /15


Oracle Applications R-12 – Administration www.erpstuff.com

P re f a c e
This document is for those who are interested to learn Oracle Applications Administration (Database
or System). Although the document will cover most of the features but this is not the whole story of
patching. So please consider it as a basic or reference document. We will also recommend reading
the Oracle Documentation provided by Oracle and use metalink www.oracle.metalink.com.

Important
The authors will not be responsible if there will be any issue during or after practicing any feature
described in this document as this is just a basic document. It is also strongly recommended that
take backup before starting any critical feature and to practice on TEST servers and only perform on
production when you have personally tested all steps and feeling comfortable.

All Rights Reserved 2007 3 /15


Oracle Applications R-12 – Administration www.erpstuff.com

1. Installation
Oracle E-Business Suite Installation of R12

Oracle Applications Documentation Resources, Release 12


Detailed information is available in Metalink note 394692.1

Software Requirement

E-Business
There will be total 13 DVD’s for Release 12 and the detail is as following,

Start Here Disk 1


RDBMS Disk 1
Databases Disk 8
Tools Disk 1
APPL_TOP Disk 2
http://edelivery.oracle.com/

Linux
RHEL AS 4

Disk Space Requirement


Operating System 4.7 GB
Stage 33 GB
Applications node file system 28 GB
(Includes AS 10.1.2 ORACLE_HOME, AS 10.1.3 ORACLE_HOME, COMMON_TOP, APPL_TOP, and INST_TOP)

Database node file system (Fresh) 45 GB


Database node file system (Vision) 133 GB

Note: We will install single node vision instance so we will require total space (4.7 + 33 + 28
+ 133 = 198.7).

The Applications node technology stack includes, among other components:


• Oracle Developer 10i, which includes:
• Oracle Forms
• Oracle Reports
• Oracle 10g Application Server 10.1.2
• Oracle 10g Application Server 10.1.3 (includes Oracle HTTP Server)

The database node includes:

All Rights Reserved 2007 4 /15


Oracle Applications R-12 – Administration www.erpstuff.com

• Oracle Database 10g Release 2

The following components are optional, and not delivered by Rapid Install:
• Oracle Discoverer 10g (10.1.2.0.2)
• Oracle Portal 10g (10.1.4)
• Oracle Single Sign-On 10g (10.1.2.0.2)
• Oracle Internet Directory 10g (10.1.2.0.2)

Note: In Release 12, Java Development Kit (JDK) 5.0 is automatically installed by Rapid
Install.

OS User and Group Creation


Create a user named oracle and two groups named dba and oinstall. The steps are demonstrated in
the following slide.

$ groupadd dba
$ groupadd oinstall
$ useradd -G dba -g oinstall oracle
$ passwd oracle
$ id oracle

uid=500(oracle) gid=502(oinstall) groups=502(oinstall),503(dba)

$ mkdir /d01 /d02

$ chown -R oracle:oinstall /d01 /d02

Note: Here we have folder d01 for installation and d02 for stage.

All Rights Reserved 2007 5 /15


Oracle Applications R-12 – Administration www.erpstuff.com

Stage Area Creation


¾ Login as oracle user.
¾ Insert Start Here DVD into drive.
¾ Change directory to,

$ cd /media/cdrom/Disk1/rapidwiz

¾ To start staging run,

$ perl adautostg.pl

¾ Provide /d02 directory name.


¾ Press enter key to accept default y of
AutoMount.
¾ Enter the mount point like in our case it is,
/media/cdrom
¾ As we need to stage Oracle Application so
we will select default 1.
¾ Provide DVD as prompted.

¾ After stage area creation the name of log


file will be prompted so note the location
of log file.
¾ On pressing Enter key the terminal
window will be automatically closed.

All Rights Reserved 2007 6 /15


Oracle Applications R-12 – Administration www.erpstuff.com

Start Installation
¾ Change directory to rapidwiz,

$cd /d02/StageR12/startCD/Disk1/rapidwiz

¾ To start installation,

$./rapidwiz

¾ Click Next (button).

¾ Click Next (button).

All Rights Reserved 2007 7 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Select Accept Oracle Connection Tools


Agreement if you have Metalink account
information else select the 2nd option.
¾ Click Next (button).

¾ Provide metalink account information and


select your Country from the list.
¾ If you have proxy server then enable the
option and enter your local proxy
information.
¾ Click Next (button).

¾ Click Next (button).

All Rights Reserved 2007 8 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Click Next (button).

¾ Enter Database node information.


¾ Change Base directory to /d01 as we
created above for installation.
¾ Click Next (button).

Note: To change the Data Tops paths click


Edit Path (button).
¾ Enter Applications Node information. Host
Name is same as database node (visioin2)
as this is single node installation.
¾ Change Base directory & Instance
directory to /d01.
¾ Click Next (button).

All Rights Reserved 2007 9 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Click Next (button).

¾ All validations should be passed if any


validation is failed then resolve it before
proceeding.
¾ Click Next (button).

¾ Click Next (button).

All Rights Reserved 2007 10 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Click Yes (button) begin installation.

¾ Progress bar will appear to show the


installation status.

¾ All post-install checks should be successful


if there is any issue then you will have to
resolve it.
¾ Click Next (button).

¾ Click Finish (button).

All Rights Reserved 2007 11 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Oracle has changed the directory


Structure in Release 12 and the new
structure is shown here.

Starting and Stopping Services


Start

/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_vision2/addbctl.sh start
/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_vision2/addlnctl.sh start VIS
/d01/oracle/VIS/inst/apps/VIS_vision2/admin/scripts/adstrtal.sh apps/apps

Stop

/d01/oracle/VIS/inst/apps/VIS_vision2/admin/scripts/adstpall.sh apps/apps
/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_vision2/addlnctl.sh stop VIS
/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_vision2/addbctl.sh stop immediate

All Rights Reserved 2007 12 /15


Oracle Applications R-12 – Administration www.erpstuff.com

Client Side Setup


¾ Open Internet Explorer on a Windows XP
machine and enter the following URL,

http://visioin2.erpstuff.com:8000/OA_HTML/AppsLogin

¾ First time system administrator will have


to login as sysadmin with sysadmin
password to complete the implementation
steps.

¾ Choose System Administrator


responsibility and click any function from
the right side displayed panel.
¾ J2SE installation window will be
prompted.
¾ Select Typical setup and click Accept
(button).

All Rights Reserved 2007 13 /15


Oracle Applications R-12 – Administration www.erpstuff.com

¾ Click Finish (button) to complete the J2SE


installation.

¾ Do not close this window.

All Rights Reserved 2007 14 /15


Oracle Applications R-12 – Administration www.erpstuff.com

All Rights Reserved 2007 15 /15

You might also like