Page 1 of 1

You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the userRC011.

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the userRC011. The INST1 database contains an OracleDatabase 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 recover catalog owned by RC011. You also want to deregister them from the catalog after import.You executed the following commands to achieve this:RMAN> CONNECT CATALOG rco1 1/password@catdbRMAN> IMPORT CATALOG rcat1 0/oracle@inst1 DBID=1423241,1423242;What happens if the RC011 catalog has scripts with the same name as that of the scripts inRCAT10 catalog?

A. The scripts in the RC011 catalog are overwritten.
B. RMAN renames the local stored scripts in the RC011 catalog.
C. The RMAN session in which the command is executed aborts.
D. RMAN renames the global scripts that are imported from the RCAT10 catalog.