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
周锐 阅读(229)
评论(0) 编辑 收藏 所属分类:
Oracle 、
Ubuntu