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

503.Identity two advantages of using a recovery catalog in-load of the control File of the target database

Recovery Manager (RMAN). (Choose two.)

A. You can use RMAN stored scripts.

B. Recovery is faster if data is stored in catalog in addition to the control file.

C. You can store backup Information of all registered databases in one place.

D. Database backups are automatically deleted when they are older than the specified time period.

Answer: AC

答案解析:

参考:http://blog.csdn.net/rlhua/article/details/13169205

RMAN 资料档案库数据始终存储在目标数据库的控制文件中。此外,它也可以存储在一个名为“恢复目录”的单独数据库中。
恢复目录会在单独的数据库中保留备份信息,这在控制文件丢失时尤为有用。这样你可以存储更长的备份历史记录,比基于控制文件的资料档案库所存储的历史记录还要长。使用一个恢复目录可存储多个目标数据库的信息恢复目录还可用来存放RMAN 存储脚本,这些脚本是RMAN 命令的序列。
如果你的备份管理要求很简单,则Oracle 建议你使用控制文件选项而不要使用恢复目录。拥有恢复目录意味着你需要管理并备份其它数据库。因此,只有在可利用恢复目录所提供的优点(如较长的备份保留时间)时,才使用恢复目录。

原文地址:https://www.cnblogs.com/hzcya1995/p/13316715.html