ocp-v13-079

来源:互联网 发布:怎样用软件阅读趣头条 编辑:程序博客网 时间:2024/05/01 11:02

QUESTION 79
You executed the following command:
RMAN> RECOVER COPY OF DATAFILE ‘/u01/app/oracle/oradata/orcl/users01.dbf’;
Which statement regarding the above command is correct?
A. The ‘/u01/app/oracle/oradata/orcl/users01.dbf’ data file is recovered from the image copy.
B. The ‘/u01/app/oracle/oradata/orcl/users01.dbf’ data file is recovered from the last incremental backup.
C. Image copies of the ‘/u01/app/oracle/oradata/orcl/users01.dbf’ data file are updated with all changes
up to incremental backup SCN.
D. Image copies of the ‘/u01/app/oracle/oradata/orcl/users01.dbf’ data file are recovered using the above
command if data file recovery fails.
Correct Answer: C


你执行以下命令:
RMAN> RECOVER COPY OF DATAFILE ‘/u01/app/oracle/oradata/orcl/users01.dbf’;
上述命令的陈述是正确的?
Image copies of the ‘/u01/app/oracle/oradata/orcl/users01.dbf’ data file are updated with all changes up to incremental backup SCN.
镜像拷贝 ‘/u01/app/oracle/oradata/orcl/users01.dbf’ 数据文件的更新为SCN增量备份


0 1