Hi there,

I'm using 8.1.6 on Linux. I got "ORA-00600 : internal error code, arguments: [6122], [0], [58], [0], [], [], [], []" when inserting data into a table. I then did dbverify with all the datafiles related to this table and found that the 2 index files in the index tablespace each contains one failed page. Finally I was able to figure out which index was causing the problem. After removing and recreating the index, I was able to insert data without getting the ORA 600 error. But when I did dbverify with the 2 index files, I got the exact same failed pages again! The error msg of one file is:

**** row 60: key out of order
---- end index block validation
Page 201718 failed with check code 6401

The error msg of the other file:

**** actual rows locked by itl 3 = 12 != # in trans. header = 70
---- end index block validation
Page 77152 failed with check code 6401

Should I do something about it or should I ignore it? Please help.

Thanks!

Tianhua