Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA-00600 when analyzing

ORA-00600 when analyzing

From: David Wilburn <dwilburn_at_mitre.org>
Date: Thu, 30 Aug 2001 11:57:42 -0400
Message-ID: <3B8E6276.A4DC1888@mitre.org>


I'd ask Oracle's support for this, but I'm currently in a state of support limbo :(

This works just fine:

analyze table LOGDB.SENSORLOG
partition (P20010822)
compute statistics for all local indexes;

But this does not:

analyze table LOGDB.SENSORLOG
partition (P20010822)
estimate statistics for all local indexes sample 20 percent;

ERROR at line 1:
ORA-00600: internal error code, arguments: [25012], [12], [8], [], [], [], [], []

Any clues as to what the hell is going on here? I would think that if there were a problem, that compute statistics would catch it.

-Dave Wilburn Received on Thu Aug 30 2001 - 10:57:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US