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: Online index rebuilds

Re: Online index rebuilds

From: Deepak Thapliyal <deepakthapliyal_at_yahoo.com>
Date: Thu, 15 Nov 2001 16:39:43 -0800
Message-ID: <F001.003C6EB1.20011115161017@fatcity.com>

got this off of ML ..

Key compressed indexes   



  SQL8 > create index I_COMP_T1 on T1 (C1) COMPRESS ONLINE;
     create index I_COMP_T1 on T1 (C1) COMPRESS ONLINE
                               * 
     ERROR at line 1: 
     ORA-08108: may not build or rebuild this type of
index online   

  SQL9 > create index I_COMP_T1 on T1 (C1) COMPRESS ONLINE;
     Index created. 
     SQL9 > alter index I_COMP_T1 REBUILD ONLINE; 
     Index altered. 
  
----------------------------------------------------

details in :
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=159063.1

Deepak


Do You Yahoo!?
Find the one for you at Yahoo! Personals http://personals.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deepak Thapliyal
  INET: deepakthapliyal_at_yahoo.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 Nov 15 2001 - 18:39:43 CST

Original text of this message

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