ORA-00600 kcratr_nab_less_than_odr

Source: Internet
Author: User

ORA-00600 kcratr_nab_less_than_odr

In the morning, the Oracle database reported the following error:

Successful mount of redo thread 1, with mount id 339694234
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE MOUNT
Mon Jan 26 09:12:01 2015
ALTER DATABASE OPEN
Beginning crash recovery of 1 threads
Started redo scan
Completed redo scan
Read 42 KB redo, 46 data blocks need recovery
ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [6], [15358], [15932], [], [], [], [], [], [], [], [], []
Incident details in:/opt/app/oracle/diag/rdbms/db11g/DB11G/incident/incdir_6153/DB11G_ora_1030_i6153.trc
Aborting crash recovery due to error 600
Errors in file/opt/app/oracle/diag/rdbms/db11g/DB11G/trace/DB11G_ora_1030.trc:
ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [6], [15358], [15932], [], [], [], [], [], [], [], [], []
Errors in file/opt/app/oracle/diag/rdbms/db11g/DB11G/trace/DB11G_ora_1030.trc:
ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [6], [15358], [15932], [], [], [], [], [], [], [], [], []

Check whether the database needs to be restored, but the database suffers an abnormal power failure, causing LGWR to fail to write to the log file. [Kcratr_nab_less_than_odr], [1], [6], [15358], [15932]

Logs with a serial number of 6 must be restored to 15932, but only 15358

View the current log in the mount status:

SQL> select * from v $ log;
SQL>/

GROUP # THREAD # SEQUENCE # bytes blocksize members arc status FIRST_CHANGE # FIRST_TIM NEXT_CHANGE # NEXT_TIME
--------------------------------------------------------------------------------------------------------------------------
1 1 4 52428800 512 2 no inactive 913220 24-JAN-15 949149 25-JAN-15
3 1 6 52428800 512 2 no current 961046 25-JAN-15 2.8147E + 14
2 1 5 52428800 512 2 no inactive 949149 25-JAN-15 961046 25-JAN-15

Recovery:

SQL> recover database until cancel using backup controlfile;
ORA-00279: change 961046 generated at 01/25/2015 15:47:32 needed for thread 1
ORA-00289: suggestion:/opt/app/oracle/flash_recovery_area/DB11G/archivelog/2015_01_26/o1_mf_1_6 _ % u _. arc
ORA-00280: change 961046 for thread 1 is in sequence #6


Specify log: {<RET> = suggested | filename | AUTO | CANCEL}
/Opt/app/oracle/oradata/DB11G/onlinelog/o1_mf_3_bd66d4k4 _. log
Log applied.
Media recovery complete.
SQL> alter database open resetlogs;
Alter database open resetlogs
*
ERROR at line 1:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00600: internal error code, arguments: [2662], [0], [969494], [0], [969702], [12583104], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [2662], [0], [969493], [0], [969702], [12583104], [], [], [], [], [], []
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [2662], [0], [969491], [0], [969702], [12583104], [], [], [], [], [], []
Process ID: 1030
Session ID: 1 Serial number: 5

When you open the database and find that the scn is inconsistent, you can proceed with the following scn:

SQL> conn/as sysdba
Connected to an idle instance.
SQL>
SQL> startup mount;
ORACLE instance started.

Total System Global Area 638853120 bytes
Fixed Size 2213736 bytes
Variable Size 411043992 bytes
Database Buffers 222298112 bytes
Redo Buffers 3297280 bytes
Database mounted.
SQL> alter session set events 'immediate trace name ADJUST_SCN level 1 ';

Session altered.

SQL> alter database open;

Database altered.

Haha, I finally opened the database. Abnormal power failure is still very difficult.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.