redo 无法归档故障处理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redo 无法归档故障处理相关的知识,希望对你有一定的参考价值。

Errors in file c:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_arc0_13756.trc:
ORA-00354: corrupt redo log block header
ORA-00353: log corruption near block 16320 change 17258861688 time 07/10/2019 00:11:07
ORA-00312: online log 7 thread 1: ‘E:\ORACLE\ORADATA\ORCL\REDO07.LOG‘

参考mos id :332672.1
1、添加redo组及成员

alter database add logfile  group 8 ‘E:\ORACLE\ORADATA\ORCL\REDO08.log‘ size 200M;
alter database add logfile member ‘E:\ORACLE\ORADATA\ORCL\REDO081.log‘  to group 8;

2、查看无法归档redo状态

select GROUP#  ,BYTES/1024/1024 size_M,STATUS,ARCHIVED from v$log;
         GROUP#    SIZE_M STATUS          ARC                                                                          
          4        200 INACTIVE      YES                                      
          5        200 INACTIVE      YES                                      
          6        200 CURRENT       YES 
          7        200 INACTIVE      NO
          8        200 UNUSED        NO

3、清理redo

alter database clear unarchived logfile group 7;   

4、redo 删除

alter database drop logfile group 7;

以上是关于redo 无法归档故障处理的主要内容,如果未能解决你的问题,请参考以下文章

Oracle 10.2.0.5 非归档current redolog损坏处理一例

Linux启动故障处理

无法处理故障异常

Redo丢失的4种情况及处理方法

负载均衡故障处理-无法访问网站

Centos 6.5卡在开机界面,无法进入系统故障处理