断电后回退段损坏引起的ora-00600错误修复一例

一用户的817的库启动时出现如下错误:

Recovery of Online Redo Log: Thread 1 Group 3 Seq 1608 Reading mem 0
Mem# 0 errs 0: D:ORACLEORADATAORACLEREDO01.LOG
Tue Feb 24 15:46:59 2009
Errors in file D:oracleadminoraclebdumporacleSMON.TRC:
ORA-01595: error freeing extent (6) of rollback segment (3))
ORA-00600: internal error code, arguments: [4193], [291], [299], [], [], [], [], []

Tue Feb 24 15:47:17 2009
Completed: alter database open

可以看到,数据库已经正确打开,但由于2号回退段损坏,导致了ora-01600 [4193]错误。

先看看当前系统中的回退段:
SQL> connect / as sysdba;
已连接。
SQL> select usn,name from v$rollname;

USN NAME
---------- ------------------------------
0 SYSTEM
1 RBS0
3 RBS2
4 RBS3
5 RBS4
6 RBS5
7 RBS6
8 RBS_ZLTOOLS

已选择8行。

由于是3号回退段损坏,直接offline并且drop损坏的回退段

SQL> alter rollback segment rbs2 offline;

重算段已修改。

SQL> drop rollback segment rbs2 ;

重算段已丢掉。

SQL>

删除损坏回退段后,还发现5号回退段也损坏了,也删除重建;之后经测试数据库恢复正常。幸好数据库还能正常打开,否则处理起来就麻烦很多了。


下面是metalink上 ora-00600 [4093]错误的解释

Note: For additional ORA-600 related information please read Note 146580.1

PURPOSE:
This article discusses the internal error "ORA-600 [4193]", what
it means and possible actions. The information here is only applicable
to the versions listed and is provided only for guidance.

ERROR:
ORA-600 [4193] [a] [b]

VERSIONS:
versions 6.0 to 10.1

DESCRIPTION:

A mismatch has been detected between Redo records and Rollback (Undo)
records.

We are validating the Undo block sequence number in the undo block against
the Redo block sequence number relating to the change being applied.

This error is reported when this validation fails.

ARGUMENTS:
Arg [a] Undo record seq number
Arg [b] Redo record seq number

FUNCTIONALITY:
KERNEL TRANSACTION UNDO

IMPACT:
PROCESS FAILURE
POSSIBLE ROLLBACK SEGMENT CORRUPTION

SUGGESTIONS:

This error may indicate a rollback segment corruption.

This may require a recovery from a database backup depending on
the situation.

For further analysis, please submit the trace files and alert.log to
Oracle Support Services.

Known Issues:

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7839206/viewspace-1017789/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7839206/viewspace-1017789/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值