what order would you execute the following steps to create a recovery catalog?

In what order would you execute the following steps to create a recovery catalog?

In what order would you execute the following steps to create a recovery catalog?

A.
Issue the create catalog command.
a, b, c, d, e

B.
Create the recovery-catalog database.
b, a, d, c, e

C.
Create the recovery-catalog user.
b, c, d, a, e

D.
Grant the recovery_catalog_owner privilege to the recovery-catalog user.
b, c, d, e, a

E.
Issue the register database command from the target database.
b, d, c, a, e

A.
Issue the create catalog command.
a, b, c, d, e

B.
Create the recovery-catalog database.
b, a, d, c, e

C.
Create the recovery-catalog user.
b, c, d, a, e

D.
Grant the recovery_catalog_owner privilege to the recovery-catalog user.
b, c, d, e, a

E.
Issue the register database command from the target database.
b, d, c, a, e



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Eamon

Eamon

This question should read …

In what order would you execute the following steps to create a recovery catalog?
a. Issue the create catalog command.
b. Create the recovery-catalog database.
c. Create the recovery-catalog user.
d. Grant the recovery_catalog_owner privilege to the recovery-catalog user.
e. Issue the register database command from the target database.
A. a, b, c, d, e
B. b, a, d, c, e
C. b, c, d, a, e
D. b, c, d, e, a
E. b, d, c, a, e

Answer (according to the book below)
6. C. You would first create the recovery catalog database. Then you create the recovery catalog user, granting that user the RECOVERY_CATALOG_OWNER role. You then issue the create catalog command from RMAN (while connected using the catalog user), which will create the recovery-catalog schema. Finally, you connect to the target database and register the database with the register database command.

However please note that this question, like many others in this list “1Z0-053 (v.2)”, is not gleaned from the official exam questions, but from the book …
https://www.safaribooksonline.com/library/view/ocaocp-oracle-database/9780071629188/

OK, we aren’t exactly wasting our time!!