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

053-576

时间:2017-11-09 16:30:08      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:color   font   red   from   app   ast   nts   restore   dev   

Your developers have asked you to restore the development database, which is in NOARCHIVELOG mode, back to last Tuesday the 20th. Your last backup is from Monday the 19th.
What do you do?
A. Restore the 19ths backup, restore all archived redo logs, recover the database to the 20th, and open the database.
B. Tell them that their request cannot be met with the current backup strategy.
C. Restore the 19ths backup, apply the online redo logs, and open the database.
D. Switch the database into ARCHIVELOG mode, restore the 19th‘s backup, restore all archived redo logs, and recover the database to the 20th.
E. Use the recover database command to roll back the database from today to the 19th of the month.

  Since the database is in NOARCHIVELOG mode,their request cannot be met because point-in-time recovery is supporetd only in ARCHIVELOG mode.

053-576

标签:color   font   red   from   app   ast   nts   restore   dev   

原文地址:http://www.cnblogs.com/Babylon/p/7809836.html

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