510.You executed the following command in Recovery Manager (RMAN):
RMAN> REPORT NEED BACKUP days 3;
What is the output of this command?
A. a list of files that require a backup within three days
B. a list of files requiring more than 3 days of archive logs to apply
C. a list of files that RMAN recommends be backed up only once in every three days, based on low
volatility
D. a list of files for which a backup has already been performed in the last three days and which is
required to be backed up again based on the high number of transactions performed on them
Answer: A
答案解析:
Using RMAN REPORT NEED BACKUP with Different Retention Policies
You can specify different criteria for REPORTNEEDBACKUP, using one of the following forms of the command:
-
REPORTNEEDBACKUPRECOVERYWINDOWOFnDAYSDisplays objects requiring backup to satisfy a recovery window-based retention policy
-
REPORTNEEDBACKUPREDUNDANCYnDisplays objects requiring backup to satisfy a redundancy-based retention policy
-
REPORTNEEDBACKUPDAYSnDisplays files that require more than
ndays' worth of archived redo log files for recovery -
REPORTNEEDBACKUPINCREMENTALnDisplays files that require application of more than
nincremental backups for recovery
官网参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmreprt.htm#sthref1040
根据官网,此题应选B
在200题库里,此题答案为B

本文介绍了如何使用RMAN命令REPORT NEED BACKUP来查看哪些文件需要备份以满足特定的归档日志需求。通过不同的参数设置,可以获取到满足不同保留策略的备份需求报告。
6750

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



