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: Ron Rogers <RROGERS_at_galottery.org>
Date: Thu, 15 Nov 2001 12:57:16 -0800
Message-ID: <F001.003C6B39.20011115123636@fatcity.com>

Steve,
 I have never personall met you so in all honesty I can't say "I don't like you anymore." I tried the 1.alter index <name> rebuild online compute statistics; on a simple index (PK) and got a
ORA-08108: May not build or rebuild this type of index online. I tried the command: alter index <name> rebuild online; and index altered was the results. Remember this index is a PK not a generic index. I tried the same command in a non PK index and the results were the same as the PK test.
OS RedHat 7.2
Oracle 8.1.7. rel 3
ROR mª¿ªm

>>> sorr_at_rightnow.com 11/15/01 02:49PM >>>
No Answers? Is the question hard or do you just not like me anymore? :-)

Could someone just try the below 2 commands and let me know if they work on your system(s)?

  1. alter index <name> rebuild online compute statistics;
  2. alter index <name> rebuild online compress;

AtDhVaAnNkCsE !!!

-----Original Message-----
Sent: Wednesday, November 14, 2001 12:35 PM To: Multiple recipients of list ORACLE-L

Compressed indexes:
The docs don't say that compressed indexes cannot be rebuilt online but it doesn't work for me. I can rebuild normal indexes online, I can rebuild an index and compress it but I can't do both.

Compute statistics:
SQL> alter index <name> rebuild online compute statistics nologging; Online rebuilds with compute statistics don't work either and the docs don't say there's a restriction on this.

Are these "documentation bugs" or software bugs? (O8172/RedHat6.2)

Steve Orr
Bozeman, MT

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Orr, Steve
  INET: sorr_at_rightnow.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: Ron Rogers
  INET: RROGERS_at_galottery.org

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 - 14:57:16 CST

Original text of this message

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