断电后Oracle数据库就open不了,报了:
ORA-00600: 内部错误代码, 参数: [kcratr_nab_less_than_odr], [1], [44437], [17323], [18486], [
内部错误,然后执行以下操作:
recover database using backup controlfile until cancel;
ORA-00448: normal completion of background process
Slave exiting with ORA-283 exception
实例起不来,只能强制的将数据库启动,设置隐藏参数
在mounted下执行:alter system set "_allow_resetlogs_corruption"=true scope=spfile;
设置好后,alter database open;时,又报了以下错误:
ORA-00600: internal error code, arguments: [2662], [3600], [2803761690],
[3600], [2803771391], [12583040], [], [], [], [], [], []
结合以前处理过的600错误的经验,这个2662是scn不一致导致的错误,此时只能跳跃的人为干预将scn提高到一个值,其实
也只能是提高,应该没办法降低,在没有备份的情况下。
以为我数据库实例崩溃了,不能打开数据库,只能到mounted状态下,所以只能按照以下方式来提升SCN:
通过10015事件,在mount状态下