oracle10g 啓動及關閉命令

oracle10g 啓動及關閉命令
===========================================================
作者: charles188(http://charles188.itpub.net)
發表於: 2005.11.19 20:03
分類: Oracle Database 10g
出處: http://charles188.itpub.net/post/5760/46272
---------------------------------------------------------------
oracle10g 啓動及關閉命令
cd /u01/app/oracle/bin
export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=ORCL
export ORACLE_HOME=$ORACLE_BASE
export PATH=$PATH:$ORACLE_HOME/bin

#啓動監聽
lsnrctl start

#關閉監聽
lsnrctl stop

#啓動數據庫
sqlplus
sql>/as sysdba
sql>startup

#停止數據庫
sql>shutdown immediate
#啓動dbconsole服務
emctl start dbconsole

#停止dbconsole服務
emctl stop dbconsole

#啓動或停止 iSQL*Plus:
isqlplusctl start | stop

列出 Oracle 進程
$ ps a€“fuoracle
發佈了39 篇原創文章 · 獲贊 0 · 訪問量 1463
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章