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: <Cherie_Machler_at_gelco.com>
Date: Wed, 06 Jun 2001 10:28:51 -0700
Message-ID: <F001.0031E863.20010606094750@fatcity.com>

Joe,

This would be a non-partitioned index.
It is neither global nor local.

Global indexes are partitioned indexes
where the partitions range across the
entire table. Local indexes are partitioned indexes where the partitions are the same size (equi-partitioned) and where the index partitions match the table partitions.

HTH, Cherie Machler
Oracle DBA
Gelco Information Network

                                                                                       
                        
                    "Joseph                                                            
                        
                    Testa"               To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>   
                    <teci_dba1_at_ho        cc:                                           
                        
                    tmail.com>           Subject:     stupid question about indexes 
and partitions             
                    Sent by:                                                           
                        
                    root_at_fatcity.                                                      
                        
                    com                                                                
                        
                                                                                       
                        
                                                                                       
                        
                    06/06/01                                                           
                        
                    09:31 AM                                                           
                        
                    Please                                                             
                        
                    respond to                                                         
                        
                    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

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Cherie_Machler_at_gelco.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 - 12:28:51 CDT

Original text of this message

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