您的位置:首页 > 其它

ocp-516

2015-10-19 22:33 363 查看
QUESTION NO: 516

You are in the process of creating a virtual private catalog in your Oracle Database 11g database. The

PROD1, PROD2, and PROD3 Oracle Database 10g databases are registered in the base recovery catalog.

The database user who owns the base recovery catalog is CATOWNER. CATOWNER executes the

following command to grant privileges to a new user VPC1 using Oracle Database 11g RMAN executables:

RMAN> GRANT CATALOG FOR DATABASE prod1, prod2 TO vpc1;

Then you issue the following commands:

RMAN> CONNECT CATALOG vpc1/oracle@catdb;

RMAN> SQL “EXEC catowner.dbms_rcvcat.create_virtual_catalog;”

What is the outcome of the above commands?

A. They execute and create a virtual catalog for pre-Oracle 11g clients.

B. They produce an error because PROD1 and PROD2 databases belong to the older version.

C. They produce an error because you need to connect as CATOWNER to execute this packaged procedure.

D. They produce an error because you need to connect to the target database to execute this packaged

procedure.

Answer: A

您处在Oracle数据库11g数据库中创建一个虚拟的私有目录的过程中。 PROD1, Prod2和PROD3 Oracle数据

库10g数据库注册于基本恢复目录。拥有基本恢复目录的数据库用户是目录所有人。 目录所有人执行以下命令

去授予权限到一个新的使用Oracle数据库11gRMAN可执行文件的VPC1用户:

上述指令的结果是什么?

A.他们执行并创建一个前Oracle 11g客户端的虚拟目录
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: