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: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Wed, 19 May 2004 19:39:39 +0200
Message-ID: <at6na0p8nk8rue7fj4g79tgre9ms258osg@4ax.com>


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 - 12:39:39 CDT

Original text of this message

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