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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora-600 when analyzing IOT

RE: ora-600 when analyzing IOT

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Thu, 07 Aug 2003 09:14:24 -0800
Message-ID: <F001.005C97A8.20030807091424@fatcity.com>


Rick,

Thanks for prompt reply.
I tried it (deleting statistics before analyzing table) and it worked.

Any ideas, whether cost-based optimizer need statistics on IOT or having statistics on PK index of IOT would be enough?

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

-----Original Message-----

Rick_Cale_at_teamhealth.com
Sent: Thursday, August 07, 2003 12:04 PM To: Multiple recipients of list ORACLE-L

According to MetaLink you need to delete statistics and re-analyze I do not know your database version but this is supposely fixed in 8.1.6  

 execute

 dbms_stats.delete_table_stats('<owner>','IPN_MEASUREMENT');  

 analyze table ipn_measurement estimate statistics ;  

HTH
Rick  

                      "Igor Neyman"

                      <ineyman_at_perceptr        To:       Multiple
recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>               
                      on.com>                  cc:

                      Sent by:                 Subject:  ora-600 when
analyzing IOT                                                
                      ml-errors_at_fatcity

                      .com

 

 

                      08/07/2003 12:44

                      PM

                      Please respond to

                      ORACLE-L

 

 






Ok, since my original message still hasn't arrived (sent couple hours ago), here it goes again (sorry, if you get duplicate).

First, sorry for asking this list before searching Metalink, but I don't have access to it right now.
So, here it is:

I'm getting:

ORA-00600: internal error code, arguments: [15163], [333], [17424], [16191], [], [], [], []

when analyzing one of the index-organized tables: "ANALYZE TABLE ipn_measurement ESTIMATE STATISTICS".

Now, similar statement analyzing other IOTs works fine.

Also, on the same table (ipn_measurement) analyze worked fine yesterday, and the table didn't grew too much since yesterday.

Any ideas?

Another question, do I really have to run "analyze table" on IOT for cost-based optimizer, or analyzing index would be enough:

"ANALYZE INDEX pk_ipn_measurement ESTIMATE STATISTICS"

because "analyze index" still runs with no errors.

Oracle version is 8.1.5.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Igor Neyman
  INET: ineyman_at_perceptron.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: Rick_Cale_at_teamhealth.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Igor Neyman
  INET: ineyman_at_perceptron.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Aug 07 2003 - 12:14:24 CDT

Original text of this message

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