熱備份與RMAN備份中split block的處理
fractured block (split block 定義)
A type of media corruption that can occur when database writer is writing a block at the same time an operating system utility is reading the block for backup. The block that the operating system reads can be split, that is, the top of the block is written at one point in time while the bottom of the block is written at another point in time. If you restore a file containing a fractured block and Oracle reads the block, then the block is considered a corrupt block.
熱備份中split block的處理:
The potential for fractured blocks necessitates putting tablespaces in backup mode before user-managed online backups. A database in backup mode writes whole Oracle data blocks to the redo log, so that if a block is split during the backup, you can repair it by using redo.
RMAN 中split block的處理:
Recovery Manager does not experience this problem because the server process performing the backup or copy reads each block to determine whether it is split and re-reads the block until it gets a consistent version.
由於熱備份是在begin backup 之後的OS 上的cp命令,所以在遭遇split block的時候,只能將整個block 寫入redo log . 以便後面能透過redo 來修復它(split block) 。
RMAN備份處理split block與熱備份不一樣,它不存在這樣的問題,是因為它在執行備份每個資料塊的時候會判斷這個資料塊是否是split 的,如果是它會重新讀這個資料塊直到得到一個consistent version .
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-428178/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql的冷備份與熱備份MySql
- [20190515]熱備份模式與rman衝突.txt模式
- RMAN的備份原理
- 【RMAN】RMAN的備份保留策略
- RMAN備份概述
- 【備份】RMAN中對控制檔案的幾種備份方法
- 【RMAN】RMAN備份至ASMASM
- RMAN備份恢復典型案例——RMAN備份&系統變慢
- RMAN備份進度
- rman 備份指令碼指令碼
- RMAN備份與恢復測試
- 禪道備份處理
- RMAN備份中發現壞塊
- 【RMAN】同時建立多個備份(建立多重備份)
- RMAN 備份相關的概念
- rman 增量備份恢復
- Oracle RMAN備份實戰Oracle
- Oracle OCP(60):RMAN 備份Oracle
- RMAN備份恢復技巧
- 【rman備份策略】實驗
- 熱備份/冷備份/ 冷啟動/熱啟動
- Serv-u 備份處理
- rman開啟備份優化對備份歸檔的影響優化
- 使用RMAN增量備份處理Dataguard因歸檔丟失造成的gap
- 分享Oracle Rman的備份指令碼Oracle指令碼
- RMAN加密備份的三種方式加密
- MySQL的冷備份和熱備份概念理解(轉)MySql
- [20210527]rman與undo表空間備份.txt
- RMAN備份詳解(轉載)
- [20190522]rman備份問題.txt
- 使用RMAN備份資料庫資料庫
- RMAN備份異機恢復
- RMAN備份中的通道(CHANNEL)相關 - PARALLELISM 、FILESPERSETParallel
- 【RMAN】Oracle中如何備份控制檔案?備份控制檔案的方式有哪幾種?Oracle
- RMAN備份相關知識與技能總結
- oracle 12c rman備份pdbOracle
- 利用RMAN備份重建資料庫資料庫
- RMAN備份恢復效能優化優化
- RMAN自動備份任務新增