【OCP最新题库解析(052)–题59】 Where is backup metadata stored for use by
- 2019 年 10 月 10 日
- 筆記
该系列专题为2018年4月OCP-052考题变革后的最新题库。题库为小麦苗解答,若解答有不对之处,可留言,也可联系小麦苗进行修改。
注:OCP-052最新题库完整详细解答版请联系小麦苗私聊。解题不易,请大家尊重原创。
QQ:646634621
QQ群:547200174、618766405
微信号:lhrbestxh
Q
题目
Where is backup metadata stored for use by Recovery Manager (RMAN)?
A. in the SYSAUX tablespace
B. in the diagnostic destination files
C. in the control file
D. in the SYSTEM tablespace
E. in the SPFILE
A
答案
Answer:C
RMAN的元数据要么保存到恢复目录中,要么保存到控制文件中。恢复目录是由RMAN使用、维护的用来放置备份信息的仓库。RMAN利用恢复目录记载的信息去判断如何执行需要的备份恢复操作。
如下:
[oracle@OCPLHR ~]$ rman target /
Recovery Manager: Release 11.2.0.3.0 – Production on Sun Apr 22 10:24:09 2018
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: OCPLHR1 (DBID=2909198110)
RMAN> list backupset;
using target database control file instead of recovery catalog
specification does not match any backup in the repository
RMAN>