The steps of start|stop db server as follows:
1.start lisening
$lsnrctl start | stop
2.start or stop datebase
$sqlplus /nolog
sql>connect /as sysdba
sql>startup | shutdown immediate
3.start or stop dbconsole
$emctl start | stop dbconsole
4.start or stop iSQL*Plus
$isqlplusctl start | stop
posted on 2010-05-25 08:44
周銳 閱讀(248)
評(píng)論(0) 編輯 收藏 所屬分類:
Oracle 、
Ubuntu