Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: index partition
The global indexes can also be partitioned - using a different partition
column or different ranges than the table partitions. The drawback with
global indexes (partitioned or not) is that they become invalid when you do
an exchange partition or drop partition. Personally I think local indexes
are better. Though in Oracle 9.2 there's an option to say alter table ...
exchange partition ... update global indexes ;
> -----Original Message-----
> From: DENNIS WILLIAMS [mailto:[EMAIL PROTECTED]
>
> On a partitioned table you can create either global
> (normal) indexes or
> local (partitioned) indexes. There are advantages and
> disadvantages to each,
> but you could start with normal indexes and then switch to partitioned
> indexes as you find the need.
>
> -----Original Message-----
>
> I have a table which partitioned on date range & This table
> has 10 indexes
> on it I just wondered do I have to Partitioned all the 10
> indexes or NOT?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jacques Kilchoer INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (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 Jun 12 2003 - 14:00:21 CDT