程序员人生 网站导航

ocp-516

栏目:数据库应用时间:2016-03-15 13:23:27

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数据库中创建1个虚拟的私有目录的进程中。 PROD1, Prod2和PROD3 Oracle数据
库10g数据库注册于基本恢复目录。具有基本恢复目录的数据库用户是目录所有人。 目录所有人履行以下命令
去授与权限到1个新的使用Oracle数据库11gRMAN可履行文件的VPC1用户:
上述指令的结果是甚么?

A.他们履行并创建1个前Oracle 11g客户真个虚拟目录


------分隔线----------------------------
------分隔线----------------------------

最新技术推荐