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: global hash partitioned index

Re: global hash partitioned index

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Mon, 23 Feb 2004 16:49:00 GMT
Message-ID: <0aq_b.72185$KV5.51623@nwrdny01.gnilink.net>

"utkanbir" <hopehope_123_at_yahoo.com> wrote in message news:f6c90ebe.0402230803.5e935c3a_at_posting.google.com...
> Hi All,
>
> I have a table which has more than 800,000,000 rows inside .This table
> is range partitoned by date .
>
> I want to access this table quickly when it is searched via its
> barcode filed , so i decided to create a global index on this column.
> As barcode contains character values , i think t will be better if i
> can create a global hash partitoned index on this column but i cant
> create the index. It seems oracle does not allow to create a global
> hash partitoned index , is it true?
>
> I will be appreciated for your comments,suggestions in order to
> improve the query responses which search entires records without any
> date criteria (co no partiton prununing )
>
> Kind Regards,
> tolga

9i and below, Oracle does not allow hash or composite partitioning on global indexes (only range partitioning is allowed on global indexes).

I believe that this restriction has been removed in 10g.

Anurag Received on Mon Feb 23 2004 - 10:49:00 CST

Original text of this message

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