Oracle RMAN中全備份與0級備份區別
官方文件B14194-03 Backup and Recovery Reference描述
FULL
Creates a backup of all blocks of datafiles included in the backup. FULL is the opposite of
INCREMENTAL.
RMAN makes full backups by default if neither FULL nor INCREMENTAL is specified.
A full backup has no effect on subsequent incremental backups, and is not considered a part of any
RMAN makes full backups by default if neither FULL nor INCREMENTAL is specified.
A full backup has no effect on subsequent incremental backups, and is not considered a part of any
incremental backup strategy (though a full image copy backup can be incrementally updated by applying
incremental backups with the RECOVER command).
INCREMENTAL LEVEL [=]integer
Copies only those data blocks that have changed since the last incremental integer backup, where
Copies only those data blocks that have changed since the last incremental integer backup, where
integer is 0 or 1. An incremental backup at level 0 backs up all data blocks in datafiles being backed
up. An incremental backup at level 1 backs up only changed blocks. An incremental backup can be either differential or
cumulative.In a cumulative level 1 incremental backup, RMAN backs up all blocks changed since the most
recent level 0 backup. In a differential level 1 incremental backup, RMAN backs up blocks updated since the last level 0 or level 1 incremental backup. Incremental backups at level 0 can be either backup sets or image copies.
Incremental backups at level 1 can only be backup sets. A level 0 backup must exist as the base
backup for an incremental strategy.
An incremental backup at level 0 is identical in content to a full backup, but
unlike a full backup the level 0 backup is considered a part of the incremental
strategy. If no level 0 backup exists when you run a level 1 backup, then
RMAN makes a level 0 backup automatically.
unlike a full backup the level 0 backup is considered a part of the incremental
strategy. If no level 0 backup exists when you run a level 1 backup, then
RMAN makes a level 0 backup automatically.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-749145/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle RMAN備份實戰Oracle
- Oracle OCP(60):RMAN 備份Oracle
- oracle 12c rman備份pdbOracle
- 分享Oracle Rman的備份指令碼Oracle指令碼
- RMAN備份概述
- 【RMAN】RMAN備份至ASMASM
- Oracle 備份恢復篇之RMAN catalogOracle
- 揭秘ORACLE備份之----RMAN之五(CATALOG)Oracle
- ORACLE DG從庫 Rman備份恢復Oracle
- Oracle RMAN備份以及壓縮原理分析Oracle
- oracle10g RMAN增量備份策略Oracle
- RMAN備份恢復典型案例——RMAN備份&系統變慢
- 【備份】RMAN中對控制檔案的幾種備份方法
- RMAN備份進度
- rman 備份指令碼指令碼
- RMAN的備份原理
- 【RMAN】RMAN的備份保留策略
- RMAN備份與恢復測試
- 【RMAN】Oracle中如何備份控制檔案?備份控制檔案的方式有哪幾種?Oracle
- oracle資料庫使用rman備份指令碼Oracle資料庫指令碼
- Oracle ADG環境下的RMAN備份策略Oracle
- RMAN備份中發現壞塊
- 【RMAN】同時建立多個備份(建立多重備份)
- rman 增量備份恢復
- RMAN備份恢復技巧
- 【rman備份策略】實驗
- Oracle Rman Catalog的建立方法和備份原理Oracle
- Oracle 備份 與 恢復 概述Oracle
- [20190515]熱備份模式與rman衝突.txt模式
- [20210527]rman與undo表空間備份.txt
- RMAN備份詳解(轉載)
- [20190522]rman備份問題.txt
- RMAN 備份相關的概念
- 使用RMAN備份資料庫資料庫
- RMAN備份異機恢復
- ORACLE 備份表Oracle
- 【RMAN】Oracle12c以後rman 備份恢復命令參考Oracle
- rman開啟備份優化對備份歸檔的影響優化
- oracle資料庫備份之exp增量備份Oracle資料庫