Monday, November 16, 2009

PROCEDURE TO START ORACLE APPLICATION SERVER 10g RELEASE 2 (SUN SOLARIS)

Steps to Start Oracle Application Server Infrastructure Home:

Step 1: Listener Control Start up:
$lsnrctl start

Step 2: Application Server Database Start up:
$sqlplus “/as sysdba”
SQL> startup
“Database opened”
SQL>exit

Step 3: Enterprise Manager Control - DB Console for Application Server
Database startup:

$emctl start dbconsole

Step 4: Enterprise Manager control – IAS Console Start up
$emctl start iasconsole

Steps to Start Oracle Application Server Business Intelligence and Forms Home:

Step 1: Set Environment Variable PATH for BI and Forms Home as,
$PATH=/usr/bin:/user/orainfra/BI/bin
$export PATH
$emctl start iasconsole
$exit

No comments: