You want to move your existing recovery catalog to another database.
Examine the steps:
1)Export the catalog data by using the Data Pump Export utility in the source database.
2) Create a recovery catalog user and grant the necessary privileges in the target database.
3) Create a recovery catalog by using the create catalog command.
4)Import the catalog data into the new recovery catalog by using the Data Pump Import utility
in the target database.
5)Import the source recovery catalog schema by using the import catalog command.
6)Connect to the destination database.
7) Connect as catalog to the destination recovery catalog schema.
Identify the option with the correct sequence for moving the recovery catalog.
A.
1, 6, 4
B.
2, 3, 7, 5
C.
1 , 2, 6, 4
D.
1, 2, 3, 6, 5
C
Here we can use two ways either B – 2,3,7,5 (as it’s described in http://docs.oracle.com/database/121/BRADV/rcmcatdb.htm#BRADV89698) or (1,2,4 with using DataPump)
can anyone help with the correct answer?
C r B?
B
Another bad question. I have moved catalogs with datapump. So C could work (although “6” isn’t needed)
HOWEVER, this seems to be testing the import catalog command, so the answer is B.
I agree – B
Thanks Vonpire!
B is the best choice.
B
B
B
https://docs.oracle.com/cd/E49329_01/backup.121/b71297/rcmcatdb.htm#CHDGEHCG
C is the correct answer.
You should not run the CREATE CATALOG command either before or after the Import of the catalog into the secondary database. By importing the catalog data into the new schema, you effectively create the catalog in the secondary database.
http://pages.di.unipi.it/ghelli/didattica/bdldoc/B19306_01/backup.102/b14191/rcmcatdb007.htm
C
http://pages.di.unipi.it/ghelli/didattica/bdldoc/B19306_01/backup.102/b14191/rcmcatdb007.htm
C is correct.
B not because the correct order 2,7,3,5.
http://docs.oracle.com/database/121/BRADV/rcmcatdb.htm#BRADV179
B