码迷,mamicode.com
首页 > 其他好文 > 详细

053第502题

时间:2015-07-19 11:53:41      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:ocp

502.A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group
has one member.
A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In the loss of redo log
file and the LWGR terminates causing the instance to crash. The steps to recover from the loss of a
current redo log group member in the random order are as follow.
1) Restore the corrupted redo log group.
2) Restore from a whole database backup.
3) Perform incomplete recovery.
4) Relocate by renaming the member of the damaged online redo log group to a new location.
5) Open the database with the RESETLOGS option.
6) Restart the database instance.
7) Issue a checkpoint and clear the log.
Identify the option with the correct sequential steps to accomplish the task efficiently.
A. 1, 3, 4, and 5
B. 7, 3, 4. and 5
C. 2, 3, 4, and 5
D. 7, 4, 3. and 5
E. Only 6 is required

Answer: C

原答案为B,应该为C

If the log group is in the CURRENT state, then it is, or was, being actively written to at the time of the
loss. You may even see the LGWR process fail in this case. If this happens, the instance crashes.
Your only option at this point is to restore from backup, perform cancel-based point-in-time
recovery, and then open the database with the RESETLOGS option.




版权声明:本文为博主原创文章,未经博主允许不得转载。

053第502题

标签:ocp

原文地址:http://blog.csdn.net/adeline_pan/article/details/46953445

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!