193.What is the purpose of the recover command? (Choose all that apply.)
A. Recover database datafiles from physical disk backup sets.
B. Recover required incremental backups from physical disk backup sets.
C. Recover required archived redo logs from physical disk backup sets.
D. Apply incremental backups to recover the database.
E. Apply archived redo logs to recover the database.
Answer: BCDE
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta2001.htm#RCMRF90238
A答案为restore命令。
Purpose
Use the RECOVER command to perform one of the following distinct tasks:
-
Perform complete recovery of the whole database or one or more restored data files
-
Perform point-in-time recovery of a database (DBPITR) or tablespace (TSPITR)
-
Apply incremental backups to a data file image copy (not a restored data file) to roll it forward in time
-
Recover a corrupt data block or set of data blocks within a data file
Incremental Backups and Archived Redo Log Files
Except for
RECOVER BLOCK, RMAN can use both incremental backups and archived redo log files for recovery. RMAN uses the following search order:-
Incremental backup sets on disk or tape
-
Archived redo log files on disk
-
Archived redo log backups on disk
-
Archived redo log backup sets on tape
When RMAN chooses a destination to restore archived redo log files, it uses the following order of precedence:
-
SETARCHIVELOG DESTINATION -
The
LOG_ARCHIVE_DEST_nparameter whose value is set toLOCATION=USE_DB_RECOVERY_FILE_DEST -
LOG_ARCHIVE_DEST_1
RMAN can apply incremental backups to data files that were not restored from an incremental backup. If overlapping levels of incremental backup exist, then RMAN automatically chooses the level covering the longest period of time.
-

本文详细介绍了Oracle RMAN工具中的恢复命令用途,包括如何使用它进行数据库完整恢复、点时刻恢复、增量备份应用及损坏数据块修复等。此外还解释了RMAN在恢复过程中选择增量备份集和归档重做日志文件的顺序。
9081

被折叠的 条评论
为什么被折叠?



