0% found this document useful (0 votes)
64 views18 pages

Oracle Application Server 10g Install Overview: Mkdir - P /d01/oracle/middle

The document discusses installing the Oracle Application Server 10g Business Intelligence and Forms install option on Linux. It provides instructions for creating a dba group and miduser, setting environment variables to point to the Oracle home, and using opmnctl commands to start, stop, and check the status of Oracle Application Server 10g middle tier components like Forms, Reports, and Discoverer after installation.

Uploaded by

rajikare
Copyright
© Attribution Non-Commercial (BY-NC)
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)
64 views18 pages

Oracle Application Server 10g Install Overview: Mkdir - P /d01/oracle/middle

The document discusses installing the Oracle Application Server 10g Business Intelligence and Forms install option on Linux. It provides instructions for creating a dba group and miduser, setting environment variables to point to the Oracle home, and using opmnctl commands to start, stop, and check the status of Oracle Application Server 10g middle tier components like Forms, Reports, and Discoverer after installation.

Uploaded by

rajikare
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 18

Installing the OracleAS 10g Business Intelligence and Forms Install Option on Linux

Creating group and user

su – root
groupadd dba
useradd -g dba miduser
mkdir –p /d01/oracle/middle
chown miduser :dba /d01/oracle/middle

Oracle Application Server 10g Install Overview

Oracle Application Server 10g is a scalable, secure, application server. It enables you to
deliver Web content, host Web applications, connect to back-office applications, and
access your data on wireless devices.

Oracle Application Server 10g applications run on the middle tier. The Oracle
Application Server 10g installation offers the following install types:

J2EE and Web Cache:


Provides a Web server that enables you to develop and deploy Java 2 Enterprise Edition
(J2EE) applications, use J2EE and Simple Object Access Protocol (SOAP) based Web
services, and accelerates Web site performance with OracleAS 10g Web Cache.
Portal and Wireless:
Enables the deployment of enterprise portals and wireless applications. Includes all
Oracle Application Server 10g components available in the J2EE and Web Cache
install type. Requires OracleAS 10g Infrastructure Install.
Business Intelligence and Forms:
Enables personalization of applications, use of forms-based applications, and
deployment of Decision Support System and Web-based reports. Includes all Oracle
Application Server 10g components available in the Portal and Wireless install type.
This middle-tier option requires OracleAS 10g Infrastructure Install.
Oracle Application Server 10g Install Components

The following table lists the components installed with each type of installation

Component J2EE and Portal and Business Intelligence


Web Cache Wireless and Forms
Oracle HTTP Server Yes Yes Yes
Oracle Application Server 10g
Yes Yes Yes
Container for J2EE
OracleAS 10g Web Cache Yes Yes Yes
Oracle Enterprise Manager Yes Yes Yes
OracleAS 10g Portal Yes Yes
OracleAS 10g Wireless Yes Yes
OracleAS 10g Personalization Yes
OracleAS 10g Discoverer
(includes Discoverer Plus,
Yes
Discoverer Viewer, and Discoverer
Portlet Provider)
OracleAS 10g Forms Services Yes
OracleAS 10g Reports Services Yes

su – miduser
vi .bash_profile
export ORACLE_HOME=/d01/oracle/middle
export PATH=$PATH:$ORACLE_HOME/bin

./runInstaller
su - miduser

[miduser@linux1 ~]$ cd /d01/oracle/middle/opmn/bin/


[miduser@linux1 bin]$ ls
argus opmn opmnconfig opmnctl opmnctl.tmp opmndep
[miduser@linux1 bin]$ ./opmnctl status

Processes in Instance: bi.linux1.com


-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
DSA | DSA | N/A | Down
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | 28710 | Alive
OC4J | home | 6588 | Alive
OC4J | OC4J_BI_Forms | 6602 | Alive
OC4J | OC4J_Portal | 6616 | Alive
WebCache | WebCache | 6569 | Alive
WebCache | WebCacheAdmin | 6504 | Alive
HTTP_Server | HTTP_Server | 6505 | Alive
Discoverer | ServicesStatus | 6533 | Alive
Discoverer | PreferenceServer | 6537 | Alive
wireless | performance_server | 6661 | Alive
wireless | messaging_server | 6663 | Alive
wireless | OC4J_Wireless | 6664 | Alive

To Start BI (middle tier components)

cd $ORACLE_HOME/opmn/bin
./opmnctl startall

To Stop BI (middle tier components)

cd $ORACLE_HOME/opmn/bin
./opmnctl stopall

To fine the status BI (middle tier components)

cd $ORACLE_HOME/opmn/bin
./opmnctl status

You might also like