茫茫網海中的冷日
         
茫茫網海中的冷日
發生過的事,不可能遺忘,只是想不起來而已!
 恭喜您是本站第 1729934 位訪客!  登入  | 註冊
主選單

Google 自訂搜尋

Goole 廣告

隨機相片
PIMG_00221.jpg

授權條款

使用者登入
使用者名稱:

密碼:


忘了密碼?

現在就註冊!

DB研討會 : [轉貼]Oracle 11g 啟用 Archive Log Mode

發表者 討論內容
冷日
(冷日)
Webmaster
  • 註冊日: 2008/2/19
  • 來自:
  • 發表數: 15773
[轉貼]RESTORE DATABASE VALIDATE vs RESTORE ARCHIVE VALIDATE
RESTORE DATABASE VALIDATE vs RESTORE ARCHIVE VALIDATE

August 22, 2013 by Imran / Oracle 11g

Ensuring that the system has been backed up and is fully “recoverable”, is a very important aspect of the DBA’s responsibility.An RMAN command which is usually used to test the availability of the all these required backup files, is the RESTORE DATABASE VALIDATE command.

This command looks at the backup set files in the destination and compares them to the list of required files from the repository or control file required for a restore. It does not perform an actual restore. Contrary to popular belief, it does NOT look and verify the archive logs, but only the database backup sets required for the restore. DBA’s usually are not aware that the RESTORE ARCHIVELOG ALL VALIDATE should be run to ensure that archive logs are also available to ensure a complete recovery.

These two commands should be part of a periodic script to ensure that a complete backup set is available at all times, in case required.
RESTORE DATABASE VALIDATE;
RESTORE ARCHIVELOG ALL VALIDATE;

If no error is returned from the above commands then the files required for BOTH restore and recovery are available.

原文出處:RESTORE DATABASE VALIDATE vs RESTORE ARCHIVE VALIDATE - VitalSoftTech
前一個主題 | 下一個主題 | | | |

討論串




Powered by XOOPS 2.0 © 2001-2008 The XOOPS Project|