solaris10_oracle10g_系列資料字典學習
V$DELETED_OBJECT
This view displays information about deleted archived logs, datafile copies and backup pieces from the control file. The only purpose of this view is to optimize the recovery catalog resync operation. When an archived log, datafile copy, or backup piece is deleted, the corresponding record is marked deleted.
Column | Datatype | Description |
---|---|---|
RECID | NUMBER | Deleted object record ID |
STAMP | NUMBER | Deleted object record stamp |
TYPE | VARCHAR2(26) | Identifies the type of deleted
object:
|
OBJECT_RECID | NUMBER | Record ID of the deleted object |
OBJECT_STAMP | NUMBER | Record timestamp of the deleted object |
OBJECT_DATA | NUMBER | Displays additional internal information related to this deleted object. For internal Oracle use only. |
rman target /
backup datafile 3;
delete noprompt archivelog all;
select count(*) from v$deleted_object;---這時就記了來自於控制檔案被刪除的歸檔日誌的記錄數
----
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-614069/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 資料字典學習Oracle
- Oracle學習系列—資料庫優化—Analyze語句和資料字典Oracle資料庫優化
- 資料字典的學習方法--共同進步
- NLP系列學習:資料平滑
- MySQL和Oracle對比學習之資料字典後設資料MySqlOracle
- 字典樹學習
- 重學c#系列——字典(十一)C#
- Oracle 資料字典和資料字典檢視Oracle
- [Docker 系列]docker 學習 五,容器資料卷Docker
- [Docker 系列]docker 學習六,資料卷容器Docker
- Node.js和express系列學習資料Node.jsExpress
- 資料字典
- Oracle學習系列—資料庫優化—Access Path和join學習Oracle資料庫優化
- Python3學習(基本資料型別-集合-字典-基本資料型別總結)Python資料型別
- HACMP 認證學習系列 中文資料--連結ACM
- Oracle學習系列—資料庫優化—Sort OperationOracle資料庫優化
- Oracle學習系列—資料庫優化—Statistics SummaryOracle資料庫優化
- Oracle學習系列—資料庫優化—Collect StatisticsOracle資料庫優化
- 資料字典簡介和資料字典命中率
- 【海量資料學院】DBA的學習方法論系列—正確的學習方法
- 【Redis 系列】redis 學習十六,redis 字典(map) 及其核心編碼結構Redis
- ThinkCMF資料字典
- MySQL資料字典MySql
- oracle 資料字典Oracle
- InnoDB資料字典--字典表載入
- Redis學習筆記(三) 字典Redis筆記
- go 學習筆記---map(字典)Go筆記
- python中的字典學習Python
- 【海量資料學院】DBA學習方法論系列之:明確的學習目標
- 【原】學習系列—資料庫優化—建立效能良好的資料庫資料庫優化
- Python列表和字典有什麼不同之處?Python學習資料!Python
- Redis原理再學習04:資料結構-雜湊表hash表(dict字典)Redis資料結構
- CSAPP英語學習系列:Chapter 2: 資料表示APPAPT
- (pytorch-深度學習系列)pytorch資料操作PyTorch深度學習
- Oracle學習系列—資料庫備份—熱備份Oracle資料庫
- 資料流圖 和 資料字典
- sqlite 資料庫的資料字典SQLite資料庫
- 檢視資料字典