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: stupid question about indexes and partitions

RE: stupid question about indexes and partitions

From: Toepke, Kevin M <ktoepke_at_cms.cendant.com>
Date: Wed, 06 Jun 2001 08:06:24 -0700
Message-ID: <F001.0031E2A8.20010606073617@fatcity.com>

Joe :  

You probably know some of this already, but here is a summary of indexes on partitioned tables
* Local indexes are just indexes that are equi-partitioned with the table

It looks like you have a global non-partitioned index there.  

Kevin

-----Original Message-----
Sent: Wednesday, June 06, 2001 10:32 AM
To: Multiple recipients of list ORACLE-L

Ok i have a table range partitioned on date.  

I have prefixed local indexes also. so far so good.  

I created an index, non partitioned, using simple  

create index index_name on table(field20);  

Is that now assumed to be a global index?  

I can't find any docs to say one way or the other.  

thanks, joe  


Get your FREE download of MSN Explorer at http://explorer.msn.com <http://explorer.msn.com>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Toepke, Kevin M
  INET: ktoepke_at_cms.cendant.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Jun 06 2001 - 10:06:24 CDT

Original text of this message

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