Text box

Please note that the problems that i face may not be the same that exist on your environment so please test before applying the same steps i followed to solve the problem .

Sunday 2 October 2011

ORA-00600: internal error code, arguments: [kdiblFlushStream:iStreamEndRange], [], [], [], [], [], [], []

Most probably this is due to index corruption:
To solve this:
analyze table schema.tablename validate structure cascade;
ERROR at line 1:
ORA-01499: table/index cross reference failure - see trace file

You need to drop this index and re create it.
go to the trace file and find the index object id the drop it and recreate it.

No comments:

Post a Comment