Title: RE: Locally Partitioned Index

Like this?

CREATE INDEX vegas_mart_date_of_sale_idx
ON vegas_mart (date_of_sale, julian_run_date)
local
tablespace lrg_index_a
/

base table partitions reside in 3 different tablespaces.

Lisa Koivu
Oracle Databonehead Administrator
Fairfield Resorts, Inc.
5259 Coconut Creek Parkway
Ft. Lauderdale, FL, USA  33063
Office: 954-935-4117 



    -----Original Message-----
    From:   VIVEK_SHARMA [SMTP:[EMAIL PROTECTED]]
    Sent:   Monday, December 16, 2002 8:59 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).

Reply via email to