You are in the process of creating a Virtual Private Catalog (VPC) in your Oracle Database 11g database. The Prod1, Prod2 and Prod3 Oracle Database 10g databases are registered in the 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 prod 1 prod 2 TO vpc1;
Then you issue the following commands;
RMAN > CONNECT CATALOG vpc1/oracle@catdb;
RMAN> SQL XEC catowner.dbms_rcvcat.create virtual_catalog;
What is the outcome of the above commands?
A. They execute and a create a virtual private catalog for pre-Oracle 11g clients
B. They produce an error because PROD1 and PROD 2 databases belong to the older version
C. They produce an error because you must connect as CATOWNER to execute this packaged procedure
D. They produce an error because you must connect to the target database to execute this packaged procedure
053-672
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Robin Hood CodeForces - 672D
范围内二分确定一下就好了#include <bits/stdc++.h>using n...
思维 codeforces i++ c++ #include -
Codeforces Round #672 (Div. 2) Problem A
es.For completing the chamber Wheatley needs ncubes. i-th cub
codeforces c++ 竞赛 acm i++