Oracle數(shù)據(jù)庫中3種常用的關(guān)閉方式
以下文章主要是介紹Oracle數(shù)據(jù)庫中幾種常用的關(guān)閉方式的介紹 ,本文例舉了3個相關(guān)常用的關(guān)閉方式,當(dāng)然這3個相關(guān)常用的關(guān)閉方式在Oracle的實(shí)際運(yùn)用中經(jīng)常出現(xiàn)的,如果你是Oracle的熱捧者。那么下面的文章對于你而言一定很有意義。
Oracle數(shù)據(jù)庫中幾種常用的關(guān)閉方式:
1、
- shutdown normal
正常方式關(guān)閉Oracle數(shù)據(jù)庫。
2、
- shutdown immediate
立即方式關(guān)閉數(shù)據(jù)庫。
在SVRMGRL中執(zhí)行shutdown immediate,數(shù)據(jù)庫并不立即關(guān)閉,
而是在Oracle執(zhí)行某些清除工作后才關(guān)閉(終止會話、釋放會話資源),
當(dāng)使用shutdown不能關(guān)閉數(shù)據(jù)庫時,shutdown immediate可以完成數(shù)據(jù)庫關(guān)閉的操作。
3、
- shutdown abort
直接關(guān)閉數(shù)據(jù)庫,正在訪問數(shù)據(jù)庫的會話會被突然終止,
如果數(shù)據(jù)庫中有大量操作正在執(zhí)行,這時執(zhí)行shutdown abort后,重新啟動Oracle數(shù)據(jù)庫需要很長時間
【編輯推薦】
- 如何用Oracle 9i全索引掃描完成任務(wù)
- Oracle服務(wù)器如何進(jìn)一步的獲取權(quán)限
- Oracle 10g歸檔日志
- 對Oracle數(shù)據(jù)庫設(shè)計中字段的正確使用方案
- 訪問 Oracle 數(shù)據(jù)庫的實(shí)例描述