标签:command rman oracle11g oracle ocp
QUESTION NO: 110
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: B
执行下面命令
RMAN> REPORT NEED BACKUP days 3;
命令的意思是:
B. 需要超过 3 天的归档记录申请时间的文件列表
标签:command rman oracle11g oracle ocp
原文地址:http://blog.csdn.net/xuejiayue1105/article/details/48912715