What is true about “IMPORT CATALOG” command? Choose all that apply
-
It is used to consolidate multiple catalog database repositories into a single catalog database
-
Once the import is successful, it unregisters the database from the destination catalog database i.e. the database where the metadata is imported
-
Once the import is successful, it unregisters the database from the source catalog database i.e. the database which holds the original metadata
-
If NO UNREGISTER clause is used, it will not unregister the database from the destination catalog database i.e. the database where the metadata is imported
-
If NO UNREGISTER clause is used, it will not unregister the database from the source catalog database i.e. the database which holds the original metadata
RMAN's IMPORT CATALOG command consolidates recovery catalogs. By default, it unregisters the database from the source catalog to prevent duplicate registration, unless the NO UNREGISTER clause is specified. The destination catalog is where metadata is imported, so it is never unregistered. Thus, options supporting source unregistration and the NO UNREGISTER behavior are correct.