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 -> Re: A real problem!

Re: A real problem!

From: <mkhawaji_at_hotmail.com>
Date: Sat, 11 Jul 1998 15:44:34 GMT
Message-ID: <6o8192$5el$1@nnrp1.dejanews.com>


Jim,

If you running 7.3, then you can rebuild the indexes without locking the users. You can use the command:

    alter index index_name rebuild

      storage (storage_clause)
      tablespace tablespace_name;

Mamdouh Khawaji
Certified DBA
ARAMCO In article <6o2fqd$jmr$1_at_ash.prod.itd.earthlink.net>,   "Binoy James" <binoy.james_at_usa.net> wrote:
> Folks,
>
> We have a problem here that I would like some help/advice on:
>
> We have a 14 gb table with a primary unique index and three other indexes.
> When accessing that table on a delete operation, the user gets a ora-08102
> error (corrupt index - key not found). The problem we're running into is
> that we cannot determine which is the corrupt index? We are unable to do an
> analyze table since that would lock the table against any further updates
> till the analyze is complete and with a 14gb table....
>
> The problem is this is a 24x7 db and we have managed to get a 5hr downtime
> window to try and fix it. I am guessing it will take that amount of time to
> rebuild the bad index, but how do we narrow down which index is corrupt?
>
> Help!
> Jim.
>
> ps: I hope this is the right newsgroup for this post, if not please let me
> know which one is.
> Thanks in advance.
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Sat Jul 11 1998 - 10:44:34 CDT

Original text of this message

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