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

053-3

时间:2017-12-18 18:55:19      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:日志文件   statement   ted   rtu   current   use   using   thread   his   

Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the database, you receive the following errors:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: ‘D:\REDO01.LOG‘
You discover that the online redo log file of the current redo group is corrupted.
Which statement should you use to resolve this issue?
A. ALTER DATABASE DROP LOGFILE GROUP 1;
B. ALTER DATABASE CLEAR LOGFILE GROUP 1;
C. ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
D. ALTER DATABASE DROP LOGFILE MEMBER ‘D:\REDO01.LOG‘;

发现当前的重做组联机重做日志文件被损坏。
Clearing Inactive, Unarchived Redo
SQL> STARTUP MOUNT
Clear the log using the UNARCHIVED keyword.
SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;


053-3

标签:日志文件   statement   ted   rtu   current   use   using   thread   his   

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

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