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: index table corruption...

Re: index table corruption...

From: Babette Turner-Underwood <babattt_at_home.com>
Date: Thu, 13 Sep 2001 21:42:03 -0700
Message-ID: <F001.0038E153.20010913211520@fatcity.com>

!! Please do not post Off Topic to this List !!

A few different scenarios

  1. missing indexes .... will have slower performance than possible
  2. invalid indexes ... will not be used, and again will have slower performance. (indexes can be invalid due to failing direct loads, moving tables....)
  3. corrupt indexes ... unpredictable results. Often you will get errors (like ORA-600 or corrupt block), but I have also seen where the result set was wrong and no indication of a problem (typically manifests itself in different number of rows returned when do select statement and do the same select modified to invalidate the use of indexes (old PK+0 or PK || '' trick).

HTH - babette
babette_at_pythian.com

> !! Please do not post Off Topic to this List !!
>
> Hi all,
>
> If index table is corrupted or missing will it caused downtime to the db ?
> or it will just slowdown the query due to index available for usage ?
>
>
>
> Thank you
>
> Sinardy
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Sinardy
> INET: sinardyxing_at_bcsis.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com
-- 
Author: Babette Turner-Underwood
  INET: babattt_at_home.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Sep 13 2001 - 23:42:03 CDT

Original text of this message

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