308.In what order would you execute the following steps to create a recovery catalog?
A. Issue the create catalog command.
B. Create the recovery-catalog database.
C. Create the recovery-catalog user.
D. Grant the recovery_catalog_owner privilege to the recovery-catalog user.
E. Issue the register database command from the target database.
F. a, b, c, d, e
G. b, a, d, c, e
H. b, c, d, a, e
I. b, c, d, e, a
J. b, d, c, a, e
Answer: C
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/13228761
创建恢复目录的步骤:
要创建恢复目录,请执行以下三个步骤:
1. 配置要在其中存储恢复目录的数据库。
2. 创建恢复目录所有者
3.授予
RECOVERY_CATALOG_OWNER角色。
4. 创建恢复目录。
5.在恢复目录中注册数据库
恢复目录创建步骤

本文介绍创建Oracle恢复目录的具体步骤,包括配置存储恢复目录的数据库、创建目录所有者、授予必要权限及注册数据库等内容。
103

被折叠的 条评论
为什么被折叠?



