What happens when you execute the above commands?

You are working on a CATDB database that contains an Oracle Database version 11.1
catalog schema owned by the user RCO11. The INST1 database contains an Oracle
Database version 10.1 catalog schema owned by the user RCAT10.
You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered
in RCAT10, into the recovery catalog owned by RCO11.
You executed the following RMAN commands:
RMAN> CONNECT CATALOG rco11/password@catdb
RMAN> IMPORT CATALOG rcat10/oracle@inst1;
What happens when you execute the above commands? (Choose all that apply.)

You are working on a CATDB database that contains an Oracle Database version 11.1
catalog schema owned by the user RCO11. The INST1 database contains an Oracle
Database version 10.1 catalog schema owned by the user RCAT10.
You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered
in RCAT10, into the recovery catalog owned by RCO11.
You executed the following RMAN commands:
RMAN> CONNECT CATALOG rco11/password@catdb
RMAN> IMPORT CATALOG rcat10/oracle@inst1;
What happens when you execute the above commands? (Choose all that apply.)

A.
They deregister all databases registered in the RCAT10 catalog.

B.
They import metadata for all registered databases in the RCAT10 database.

C.
They register all the RCAT10-catalog registered databases in the RCO11 catalog.

D.
They overwrite all stored scripts in the RCO11 catalog with the same name as that in the
RCAT10 catalog.



Leave a Reply 1

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


Jake from SF

Jake from SF

A,B,C are correct:

https://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta026.htm

RMAN> CONNECT CATALOG rco@catdb

recovery catalog database Password: password
connected to recovery catalog database

RMAN> IMPORT CATALOG rcat@prod;

Starting import catalog at 15-FEB-07
source recovery catalog database Password: password
connected to source recovery catalog database
import validation complete
database unregistered from the source recovery catalog
Finished import catalog at 15-FEB-07