Hi Vivek,

        Yes, one can specify the breakout of the index partitions and define
the location for storing them.  Here is an example:

CREATE INDEX pt_projects on projects(month_num) 
LOCAL(
     PARTITION imonth1 TABLESPACE idx1,
     PARTITION imonth1 TABLESPACE idx1,
     PARTITION imonth1 TABLESPACE idx1,
     PARTITION imonth1 TABLESPACE idx1,
     PARTITION imonth1 TABLESPACE idx1,
     PARTITION imonth1 TABLESPACE idx1,

> -----Original Message-----
> From: VIVEK_SHARMA [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 17, 2002 9:44 AM
> To:   Multiple recipients of list ORACLE-L
> Subject:      Locally Partitioned Index 
> 
> 
> 
> > Is it possible to Create a Locally partitioned Index in a Tablespace
> Different from the Base Table Tablespace ?
> > Base Table being RANGE Partitioned 
> > 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: VIVEK_SHARMA
>   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).
WARNING: The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee.  Access to this message
by anyone else is unauthorised.  If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error. Thank you.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Krishnaswamy, Ranganath
  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).

Reply via email to