教你如何成為Oracle 10g OCP - 第十三章補充:RMAN為什麼不備份online redo
RMAN能夠備份整個資料庫或資料庫部件,如表空間、資料檔案、控制檔案、歸檔
檔案以及Spfile引數檔案。這裡可能有人要問,為什麼那麼重要的online redo
log檔案不做備份呢 ?
沒有必要,ARCHIVELOG mode時,rman backup中一般在備份的時候會執行sql
'alter system archive log current' , 並備份archivelog , 相當於備份了
online redo log, 而 NOARCHIVELOG mode時,不能online backup, 所以備份
online redo log是沒有必要的。 而且可以想一想,線上備份的時候,一直不
停地在產生新的redo log, 不可能一直備份 ; 還有如果利用備份的online
redo log不小心restore了,可能會導致資料庫中的資料丟失 。
相關文章:
------------------------------
Although it may seem that you should back up online redo logs along
with the datafiles and control file, this technique is dangerous.
You should not back up online redo logs for the following reasons:
* The best method for protecting the online logs against media failure
is by multiplexing them, that is, having multiple log members in each
group, on different disks and disk controllers.
* If your database is in ARCHIVELOG mode, then the archiver is already
archiving the filled redo logs.
* If your database is in NOARCHIVELOG mode, then the only type of backups
that you should perform. are closed, consistent, whole database backups.
The files in this type of backup are all consistent and do not need recovery,
so the online logs are not needed.
* You may accidentally restore backups of online redo logs while not
intending to, thereby corrupting the database.
A number of situations are possible in which restoring the online logs
cause significant problems to the database. The following sections describe
scenarios that illustrate how restoring backed up online logs severely
compromises recovery.
---------------------------
RMAN does not backup online redo and temp ts, and online redo logs do
NOT need to backup in either cold and hot backup. When it comes to
recovery, NEVER replace your current online redo logs. In case of anything
wrong with them, clear logfile or resetlogs.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-694897/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 教你如何成為Oracle 10g OCP - 第十三章補充:RMAN備份使用PGA還是SGAOracle 10g
- 教你如何成為Oracle 10g OCP - 第十三章補充:RMAN的組成及工作原理Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十三章 RMAN管理的備份與恢復Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十二章 手工管理的備份與恢復Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十六章 ASM管理Oracle 10gASM
- 教你如何成為Oracle 10g OCP - 第十四章 閃回Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十九章 資料遷移Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十一章 配置網路環境Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十五章 自動化管理Oracle 10g
- 教你如何成為Oracle 10g OCP - 第三章 資料字典學習Oracle 10g
- 【刪除】教你如何成為Oracle 10g OCP - 第十五章 自動化管理Oracle 10g
- 教你如何成為Oracle 10g OCP - 第二十章 安全Oracle 10g
- 教你如何成為Oracle 10g OCP - 第十章 閂鎖、鎖定和併發性Oracle 10g
- 教你如何成為Oracle 10g OCP - 第九章 物件管理Oracle 10g物件
- 教你如何成為Oracle 10g OCP - 第一章學習Oracle 10g
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(2)Oracle 10g物件
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(3)Oracle 10g物件
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(4)Oracle 10g物件
- 教你如何成為Oracle 10g OCP - 第六章 儲存管理Oracle 10g
- Oracle OCP(60):RMAN 備份Oracle
- Oracle RMAN備份為什麼會大量使用temp表空間?Oracle
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(5) - 索引Oracle 10g物件索引
- 教你如何成為Oracle 10g OCP - 第七章 undo表空間管理Oracle 10g
- 教你如何成為Oracle 10g OCP - 第五章 記憶體元件與Oracle程式Oracle 10g記憶體元件
- rman備份後為什麼要同時備份歸檔日誌
- 準備看看這本書 - ORACLE資料庫技術實用詳解:教你如何成為10g OCPOracle資料庫
- 教你如何成為Oracle 10g OCP - 第二十一章 全球化支援Oracle 10g
- 教你如何成為Oracle 10g OCP - 第二章學習 安裝及建庫Oracle 10g
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(8) - 如何重建B樹索引Oracle 10g物件索引
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(9) - 點陣圖(Bitmap)索引Oracle 10g物件索引
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(10) - 點陣圖(Bitmap)索引Oracle 10g物件索引
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(11) - 管理索引,sequence及resumableOracle 10g物件索引
- 教你如何成為Oracle 10g OCP - 第四章 初始化引數和例項Oracle 10g
- 為什麼要備份資料? 如何做?
- 教你如何成為Oracle 10g OCP - 第八章 使用者、許可權和角色管理Oracle 10g
- 教你如何成為Oracle 10g OCP - 第九章 物件管理(6) - B樹索引的訪問Oracle 10g物件索引
- oracle 10g RMAN備份及恢復Oracle 10g
- 教你如何成為Oracle 10g OCP - 第八章 使用者、許可權和角色管理01Oracle 10g