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: Re: Index hehavior

Re: Re: Index hehavior

From: Saminathan <saminathans_at_myrealbox.com>
Date: Wed, 05 Nov 2003 10:49:25 -0800
Message-ID: <F001.005D5AE5.20031105104925@fatcity.com>


oracle verson 8.1.7

table1 info



id varchar2(80) primary key,
name varchar2(50) (unique index on this column) c1 number
c2 number
c3 number
c4 number
)

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Wed, 05 Nov 2003 09:34:25 -0800

What Oracle version?

Can you post more detail about the table and index.

At 10:09 AM 11/5/2003, you wrote:
>Hi List,
>
>Does someone throw ligts on the following index behavior
>
>Note
>a)"name" is an unique index column
>b) table and index has been analyzed b4 running the query
>
>1) select id from table1 where name like 'ABC%';
>FULL Table scan
>
>1) select id from table1 where name like 'AB%';
>Index scan
>
>"name" is an unique index column

Wolfgang Breitling
Oracle7, 8, 8i, 9i OCP DBA
Centrex Consulting Corporation
http://www.centrexcc.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Wolfgang Breitling
  INET: breitliw_at_centrexcc.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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Saminathan
  INET: saminathans_at_myrealbox.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 Wed Nov 05 2003 - 12:49:25 CST

Original text of this message

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