Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Locally Partitioned Index

RE: Locally Partitioned Index

From: Krishnaswamy, Ranganath <Ranganath.Krishnaswamy_at_blr.hpsglobal.com>
Date: Mon, 16 Dec 2002 21:58:45 -0800
Message-ID: <F001.0051ADD1.20021216215845@fatcity.com>


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
>
>
>
> > 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: VIVEK_SHARMA_at_infosys.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).
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: 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

Original text of this message

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