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: changing initial extent size with hash partitioned index

Re: changing initial extent size with hash partitioned index

From: <samuels_at_red.seas.upenn.edu>
Date: Wed, 19 May 2004 18:36:48 +0000 (UTC)
Message-ID: <c8g9g0$5f2d$1@netnews.upenn.edu>


hmmm, but for a non-partitioned index or range partitioned, oracle8i has no problem with specifying an initial extent size (for a rebuild operation). i just don't want to have to be stuck with having to drop and recreate hash partitioned indexes just because i want to resize the initial extent. there has to be a better way.
-maurice
samuels_at_seas.upenn.edu

Sybrand Bakker (gooiditweg_at_sybrandb.verwijderdit.demon.nl) wrote:
: On Wed, 19 May 2004 15:35:33 +0000 (UTC), samuels_at_red.seas.upenn.edu
: () wrote:

: >hi,
: >i'm hoping someone can help me with this one.
: >i have a hash partitioned index that i create with:
: >create unique index uniq_order_num on order_num (customer_id)
: >storage (initial 20m) pctfree 0
: >local
: >(partition h_order_1 tablespace index0,
: > partition h_order_2 tablespace index0)
: >/
: >
: >
: >
: >the underlying table is a hash partitioned table.
: >my problem is, how do i change the initial extent size of the uniq_order_num index?
: >do i have to drop completely and recreate?
: >i've tried doing a rebuild (thinking that oracle would use the initial extent size default
: >of the tablespace), but no luck here.
: >thanks in advance.
: >-maurice
: >samuels_at_seas.upenn.edu

: An initial extent is an initial extent. Consequently for any object
: you can't alter it, but you will have always to drop and recreate.

: --
: Sybrand Bakker, Senior Oracle DBA
Received on Wed May 19 2004 - 13:36:48 CDT

Original text of this message

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