retention guarantee屬性
從Oracle 10g開始,可以透過為undo表空間設定retention guarantee屬性,當undo資料檔案不能自動擴充套件,並且undo塊不夠用時,直接報錯,而不覆蓋那些Inactive而又沒有expired的undo塊。
設定retention guarantee屬性:
create undo tablespace Name datafile FileName size Size on max MaxSize retention guarantee;
或者
alter tablespace Name retention guarantee;
取消retention guarantee屬性:
alter tablespace Name retention noguarantee;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81227/viewspace-688711/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- retention guarantee使用場景和作用
- oracle 11g undo_retention 以及retention guarantee 小節Oracle
- CMake 屬性之全域性屬性
- iOS動畫 屬性屬性解析iOS動畫
- defer 屬性和 async 屬性
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目標屬性
- CMake 屬性之目錄屬性
- JavaScript私有屬性和靜態屬性JavaScript
- CSS字型屬性和文字屬性詳解CSS
- 私有屬性
- allowfullscreen 屬性
- background 屬性
- cssText 屬性CSS
- translucent屬性
- parentStyleSheet屬性
- cssRules 屬性CSS
- background屬性
- jQuery 屬性jQuery
- 屬性動畫動畫
- jQuery屬性jQuery
- TextView屬性TextView
- XML屬性XML
- Property屬性
- DOM屬性
- HTML 屬性HTML
- ref屬性
- Python - 物件導向程式設計 - 公共屬性、保護屬性、私有屬性Python物件程式設計
- CAD屬性編輯操作——物件屬性教程物件
- WPF 之 依賴屬性與附加屬性(五)
- jQuery設定disabled屬性與移除disabled屬性jQuery
- Python 類的屬性與例項屬性Python
- python物件屬性管理(2):property管理屬性Python物件
- guarantee restore points-Flashback after RMAN restoreREST
- 框架(frameset),全域性屬性框架
- js如何獲取給定屬性的屬性值JS
- undo retention的思考(一)
- Blob type 屬性