The following databases are registered in the base recovery catalog: PROD1 PROD2, and PROD3. The database user CAT OWNE

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

The following databases are registered in the base recovery catalog: PROD1 PROD2, and PROD3. The database user CAT OWNE

Post by answerhappygod »

The following databases are registered in the base recovery catalog: PROD1 PROD2, and PROD3. The database user CAT OWNER owns the base recovery catalog. You want a new user VPC1 to have access to only the PROD1 database and create a virtual private catalog.Given below are some of the commands required to achieve this:1 .SQL> GRANT recovery_catalog_owner TO vpc1;2. RMAN> CONNECT CATALOG vpc1/password@catdb;3. RMAN> GRANT CATALOG FOR DATABASE prod1 TO vpc1;4. RMAN> CONNECT CATALOG catowner/password@catdb;5. RMAN> CREATE VIRTUAL CATALOG;What is the correct sequence in which the commands have to be executed?

A. 1,4,5,2,3
B. 1,4,3,2,5
C. 4,5,2,3, 1
D. 2,3,4,5, 1 E. 1,4,2,3,5
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply