QUESTION 77
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 f ailure,
you lost your production database completely along with the recovery catalog database.
You want to recover the target database and make it functional. You consider performing the following steps to
accomplish the 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 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
Answer: A
同654题:http://blog.csdn.net/rlhua/article/details/12372007
Explanation/Reference:
Section: Backup, Recovery & Recovery Manager (RMAN)
w/o recovery catalog, you must provide dbid for rman to search for spfile autobackup
本文指导您如何在数据库因介质故障完全丢失的情况下,使用Recovery Manager和恢复目录数据库进行恢复。包括从服务器参数文件的自动备份中恢复、控制文件恢复、启动目标数据库实例等关键步骤。

7296

被折叠的 条评论
为什么被折叠?



