Thursday, September 24, 2009

ORA-00600: internal error code, arguments: [kccrbl_stale]

This error is related with previous my blog [ ORA-00214: controlfile xxx version yyyy consistent with file zzz ]

It happen because I changed to use the wrong control file when I try to start database after server crashed. I never see the version of checkpoint before choosen.

So after I try to mount the database this error occur.

alter database mount
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kccrbl_stale], [0], [61176],
[61127], [], [], [], []

I resolve this problem by shutdown database and change the control file in init file to use the lastest update.

--TaTsHuYa--

No comments: