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: [Q] How oracle rebuild index internally?

Re: [Q] How oracle rebuild index internally?

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Thu, 1 Apr 2004 16:28:46 -0500
Message-ID: <20040401212846.GA11486@medo.adelphia.net>


Yes, it does. If you want just to get rid of deleted records, you can always coalesce the index. This is how it works:

SQL> alter index scott.pk_emp coalesce;  

Index altered.  

SQL> On 04/01/2004 03:52:00 PM, dba1 mcc wrote:

> index rebuild it does NOT reread from table but reread
> from old index. Is it true?
>

-- 
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Apr 01 2004 - 15:38:50 CST

Original text of this message

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