Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Locally Partitioned Index
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:VIVEK_SHARMA_at_infosys.com]
> Sent: Tuesday, December 17, 2002 9:44 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Locally Partitioned Index
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Krishnaswamy, Ranganath INET: Ranganath.Krishnaswamy_at_blr.hpsglobal.com 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: ListGuru_at_fatcity.com (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 Mon Dec 16 2002 - 23:58:45 CST
![]() |
![]() |