ORA-00600之kcrf_rsw_init-2

ORA-00600: 内部错误代码, 参数: [kcrf_rsw_init-2], [346], [345], [1], [], [], [], [], [], [], [], []

Cause
During instance recovery the current online redolog header is read and we compare the information in the header against the information in the controlfile.

If the information in the controlfile is corrupt or out of sync then ORA-600 [kcrf_rsw_init-2] is raised.

Solution
Recover the database manually using 'backup controlfile' syntax.

This works because this syntax instructs the rdbms to ignore the recovery information in the controlfile - only the datafile names is taken from the controlfile and recovery is driven manually - we supply the name of the current online redolog and then we open the database with resetlogs - this involves a new checkpoint and this is recorded in the CHECKPOINT PROGRESS section

a. SQL>STARTUP MOUNT

b. Find current online redolog:

SQL>SELECT F.MEMBER, V.THREAD#, V.SEQUENCE#, V.GROUP#, V.STATUS
    FROM V$LOG V, V$LOGFILE F WHERE V.GROUP# = F.GROUP#;
SQL>RECOVER DATABASE USING BACKUP CONTROFILE UNTIL CANCEL;

When prompted for the log sequence supply the name of the current online redolog then reopen:

SQL>ALTER DATABASE OPEN RESETLOGS;

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

转载于:http://blog.itpub.net/8367589/viewspace-700134/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值