Steps to Shutdown Oracle Application Server BI & Forms Home:
$PATH=/usr/bin:/user/orainfra/BI/bin
$export PATH
$emctl stop iasconsole
$exit
Steps to Shutdown Oracle Application Server Infrastructure Home:
Step 1: Enterprise Manager control – IAS Console Shutdown
$emctl stop iasconsole
Step 2: Enterprise Manager Control - DB Console for Application Server Database Shutdown:
$emctl stop dbconsole
Step 3: Application Server Database Shutdown:
$sqlplus “/as sysdba”
SQL> shutdown immediate or shutdown normal
“Database closed”
SQL>exit
Step 4: Listener Control Shutdown:
$lsnrctl stop
No comments:
Post a Comment