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: Rebuilding Indexes...

Re: Rebuilding Indexes...

From: Joe Testa <jtesta_at_dmc-it.com>
Date: Thu, 26 Dec 2002 13:09:40 -0800
Message-ID: <F001.0052294F.20021226130940@fatcity.com>


Rich,

select 'alter index '||owner||'.'||index_name||' rebuild;' from sys.dba_indexes where owner = 'PUTOWNERNAMEHERE';

is a good start for normal non-bitmap indexes, enhance it to do bitmap, etc. :)

joe

Richard Huntley wrote:

> Anyone have any useful scripts for doing this?
>
> TIA,
> Rich
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Joe Testa
  INET: jtesta_at_dmc-it.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 Dec 26 2002 - 15:09:40 CST

Original text of this message

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