注:
其中wmsp
是資料庫個體名稱
(gcs
及wms
共享同一」個體
」 wmsp)
目前這伺服器的
oracle
只有一資料庫個體
set oracle_sid=wmsp :
指定現在連線資料庫個體
sqlplus / as sysdba:
使用sqlplus
應用程式以
sysdba (
資料庫系統管理員
)帳戶登入
shutdown immediate:
立即關閉當下這個資料庫個體(即
wmsp)
1.cmd
2.使用「lsnrctl start」 啟動監聽程式
3.使用「lsnrctl stop」 停止監聽程式
4. 使用「lsnrctl status」 檢視監聽程式
sqlplus / as sysdba 進sqlplus
shutdown 停服務
startup 起服務
exit 退出
ORACLE資料庫啟動與關閉
leolin備註 windows系統下,sid為orcl的服務oracleserviceorcl啟動命令為 d oracle product 10.1.0 db 1 bin oracle.exe orcl,所以orcl資料庫已經為open狀態。1 shutdown normal 正常方式關閉資料庫。...
Oracle資料庫啟動和關閉
使用oracle 9i 資料庫 安裝完畢後oracle資料庫會自動啟動,下面我們用實際超作來說明一下oracle 9i資料庫的啟動和關閉。以oracle使用者登陸資料庫,開個控制台視窗 關閉oracle 9i 資料庫 強制關閉資料庫 shutdown abort 關閉oracle web serve...
Oracle資料庫幾種關閉方式
1 shutdown normal 正常方式關閉資料庫。2 shutdown immediate 立即方式關閉資料庫。在svrmgrl中執行shutdown immediate,資料庫並不立即關閉,而是在oracle執行某些清除工作後才關閉 終止會話 釋放會話資源 當使用shutdown不能關閉資料...