ORA-00600 [message #61810] |
Mon, 31 May 2004 22:30 |
Kin
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
Hi,
> I have met with certain errors in my oracle database. Can you decipher what do they mean?
> Thanks.
>
> Oracle 8.1.7.4.0
> Errors:
> Wed May 26 13:05:29 2004
> Errors in file /oracle817/admin/EROS/udump/eros_ora_13959.trc:
> ORA-00600: internal error code, arguments: [[6101]], [[12]], [[15]], [[1]], [[]], [[]], [[]], [[]]
> Wed May 26 13:05:32 2004
> Errors in file /oracle817/admin/EROS/udump/eros_ora_13959.trc:
> ORA-00600: internal error code, arguments: [[6101]], [[12]], [[15]], [[1]], [[]], [[]], [[]], [[]]
> Wed May 26 13:21:20 2004
> Thread 1 advanced to log sequence 846
> Wed May 26 13:21:20 2004
> ARC0: Beginning to archive log# 2 seq# 845
> Wed May 26 13:21:20 2004
> Current log# 3 seq# 846 mem# 0: /oradata/EROS/log/redo03.log
> Current log# 3 seq# 846 mem# 1: /oradata/EROS/log/redo03a.log
> Wed May 26 13:21:21 2004
> ARC0: Completed archiving log# 2 seq# 845
> Wed May 26 13:32:01 2004
> Errors in file /oracle817/admin/EROS/udump/eros_ora_13971.trc:
> ORA-00600: internal error code, arguments: [[12333]], [[0]], [[0]], [[0]], [[]], [[]], [[]], [[]]
> Wed May 26 13:44:36 2004
> Errors in file /oracle817/admin/EROS/udump/eros_ora_13826.trc:
> ORA-00600: internal error code, arguments: [[12333]], [[0]], [[0]], [[0]], [[]], [[]], [[]], [[]]
>
|
|
|
|
Re: ORA-00600 [message #61819 is a reply to message #61810] |
Wed, 02 June 2004 08:58 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
kin,
This "could" be a problem with indexes and the trace files should have a little more information ...
generate a run a file with
sql> analyze index indexname validate structure;
and
sql> analyze table tablename validate structure cascade;
Drop and recreate the indexes that do not come back cleanly.
If you still have problems, you would need to contact support.
hth
|
|
|
Re: ORA-00600 [message #61878 is a reply to message #61819] |
Mon, 07 June 2004 23:29 |
Kin
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
Thanks for the information.
But this is not replicable due to certain constraint.
Are there a definite explanation?
Thanks
|
|
|