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

052-62

时间:2017-12-07 21:02:51      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:was   statement   fail   this   dba   mat   database   自动   class   

You are in the middle of a transaction updating a very important table. The machine on which a database was running reboots because of power outage. This caused a database instance failure.
Which statement is true in this situation?

A.The online redo log files and archived redo log files are required to accomplish the recovery.
B.The uncommitted transaction will be committed at the next startup of the database instance.
C.The uncommitted transaction is rolled back automatically at the next opening of the database.
D.The DBA has to perform the recovery on the database to recover the uncommitted transaction.

完成恢复只需要联机重做日志,不需要归档日志,所以 A 错
下一次启动实例的时候会将位提交的事务回滚而不是提交,B 错,C 对
实例恢复由 SMON 自动执行,而不是 DBA 控制,D 错

052-62

标签:was   statement   fail   this   dba   mat   database   自动   class   

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

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