Oracle Application Server 10g Install Overview: Mkdir - P /d01/oracle/middle
Oracle Application Server 10g Install Overview: Mkdir - P /d01/oracle/middle
su – root
groupadd dba
useradd -g dba miduser
mkdir –p /d01/oracle/middle
chown miduser :dba /d01/oracle/middle
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:
The following table lists the components installed with each type of installation
su – miduser
vi .bash_profile
export ORACLE_HOME=/d01/oracle/middle
export PATH=$PATH:$ORACLE_HOME/bin
./runInstaller
su - miduser
cd $ORACLE_HOME/opmn/bin
./opmnctl startall
cd $ORACLE_HOME/opmn/bin
./opmnctl stopall
cd $ORACLE_HOME/opmn/bin
./opmnctl status