Which option illustrates the correct sequence that you must use?

You are using Recovery Manager (RMAN) with a recovery catalog to back up your production
database. The backups and the archived redo log files are copied to a tape drive on a daily basis.
Because of media failure, you lost your production database completely along with the recovery
catalog database. You want to recover the target database and make it functional.
You could consider performing the following steps to accomplish this task:
1) Restore an autobackup of the server parameter file.
2) Restore the control file.
3) Start the target database Instance.
4) Mount the database.
5) Restore the data files.
6) Open the database with the RESETLOGS option.
7) Recover the data files.
8) Set DBID for the target database
Which option illustrates the correct sequence that you must use?

You are using Recovery Manager (RMAN) with a recovery catalog to back up your production
database. The backups and the archived redo log files are copied to a tape drive on a daily basis.
Because of media failure, you lost your production database completely along with the recovery
catalog database. You want to recover the target database and make it functional.
You could consider performing the following steps to accomplish this task:
1) Restore an autobackup of the server parameter file.
2) Restore the control file.
3) Start the target database Instance.
4) Mount the database.
5) Restore the data files.
6) Open the database with the RESETLOGS option.
7) Recover the data files.
8) Set DBID for the target database
Which option illustrates the correct sequence that you must use?

A.
8, 1, 3, 2, 4, 5, 7, 6

B.
1, 8, 3, 4, 2, 5, 7, 6

C.
1, 3, 4, 2, 8, 5, 6, 7

D.
1, 3, 2, 4, 6, 5, 7, 8

Explanation:
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupdb.htm (How RMAN Duplicates a Database)



Leave a Reply 4

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


bai

bai

i think there is something wrong with the answer b.because u could not mount the database before restore the control file.

DaiTD

DaiTD

A is correct answer

GuanYing Wu

GuanYing Wu

I agree with you.

Helcio

Helcio

A is correct.

1) Set DBID for the target database;

2) Restore the server parameter file from autobackup;

3) Start the target database instance;

4) Restore the control file;

5) Mount the database;

6) Restore the datafiles;

7) Recover the datafiles;

8) Open the database with RESETLOGS option;