您的位置:首页 > 其它

ocp-213

2015-10-08 21:15 197 查看
QUESTION NO: 213

Which is the correct way to connect to both the target database and the recovery catalog from the RMAN

command line? Assume that the target database is called ORCL and that the recovery catalog database

is called RCAT. Also assume that the recovery-catalog owner is called RCAT_OWN. Assume the

environment is configured for the ORCL database. (Choose all that apply.)

A. rman target=/ catalog=/@rcat

B. rman target=/ catalog=rcat_own/rcat_own

C. rman target=/ catalog=rcat_own/rcat_own@RCAT

D. rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT

E. You cannot connect to the target database and the recovery catalog at the same time.

Options C and D show the correct format for the RMAN command line. Option C connects to the

database locally, while option D connects through Oracle Net. Both methods are completely legal.

Answer: C,D

在RMAN命令行中, 哪一个是正确的方式连接到目标数据库和恢复目录?假设目标数据库被称为ORCL和恢复目录数据库被称为RCAT。

还假设恢复目录所有者被称为RCAT_OWN。假设环境被配置为ORCL数据库

C. rman target=/ catalog=rcat_own/rcat_own@RCAT

D. rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: