阿里云-云小站(无限量代金券发放中)
【腾讯云】云服务器、云数据库、COS、CDN、短信等热卖云产品特惠抢购

ORA-00600 2662错误解决方法

114次阅读
没有评论

共计 962 个字符,预计需要花费 3 分钟才能阅读完成。

继续上一个测试,使用隐含参数_ALLOW_RESETLOGS_CORRUPTION 后 resetlogs 打开数据库后, 我们说很多时候你会遇到 ORA-00600 2662 号错误,这个错误的含义是:

A data block SCN is ahead of the current SCN.
The ORA-600 [2662] occurs when an SCN is compared to the dependent SCN
stored in a UGA variable.
If the SCN is less than the dependent SCN then we signal the ORA-600 [2662]
internal error.

在测试中, 很容易模拟这个错误:

Thu Oct 20 10:38:27 2005
            SMON: enabling cache recovery
            Thu Oct 20 10:38:27 2005
            Errors in file /opt/Oracle/admin/conner/udump/conner_ora_31607.trc:
            ORA-00600: internal error code, arguments: [2662], [0], [897694446], [0], [897695488], [8388697], [], []
            Thu Oct 20 10:38:28 2005
            Errors in file /opt/oracle/admin/conner/udump/conner_ora_31607.trc:
            ORA-00600: internal error code, arguments: [2662], [0], [897694446], [0], [897695488], [8388697], [], []

如果 SCN 相差不多,可以通过多次重起数据库解决。

也可以通过内部事件:
alter session set events ‘IMMEDIATE trace name ADJUST_SCN level 1’;
来解决。

我这里通过几次重起就解决了问题:)
也可以参考 ORA-00600 [2662] 错误解决过程

进一步的说明及复制情况处理,请参考:Oracle Diagnostics:How to deal with ORA-600 2662 Error

本文永久更新链接地址 :http://www.linuxidc.com/Linux/2017-02/141075.htm

正文完
星哥说事-微信公众号
post-qrcode
 
星锅
版权声明:本站原创文章,由 星锅 2022-01-22发表,共计962字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。
阿里云-最新活动爆款每日限量供应
评论(没有评论)
验证码
【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中