dfdi 发表于 2015-11-8 15:28:13

OCP-1Z0-053-V12.02-349题

  349.What is the result of this command? RMAN> Report need backup days 3;
  A. Lists all datafiles created in the last three days that are not backed up.
  B. Lists all datafiles not recoverable based on the current retention criteria.
  C. Lists all datafiles not backed up in the last three days. The datafile is not recoverable.
  D. Lists all datafiles that need to be backed up due to unrecoverable operations.
  E. Lists all datafiles not backed up in the last three days. It does not imply that the datafile is not
  recoverable.
  Answer: E
  答案解析:
  Report need backup days 3;
  列出3天以前的可用于恢复的归档日志的数据文件。即该数据文件在3天内没有备份过。但并不是说数据文件是不能恢复的。
  
RMAN> REPORT NEED BACKUP days 3;using target database control file instead of recovery catalogReport of files whose recovery needs more than 3 days of archived logsFile Days Name---- ----- -----------------------------------------------------         版权声明:本文为博主原创文章,未经博主允许不得转载。
页: [1]
查看完整版本: OCP-1Z0-053-V12.02-349题