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

Home -> Community -> Usenet -> c.d.o.server -> Re: bitmap index

Re: bitmap index

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Wed, 23 Nov 2005 14:25:11 GMT
Message-Id: <pan.2005.11.23.14.25.11.494811@sbcglobal.net>


On Tue, 22 Nov 2005 17:43:05 -0800, lsllcm wrote:

> I have a table T1 has columns FNAME, MNAME, LNAME, STATUS and other
> columns, the value of T1.STATUS is 'Y' or 'N'. The requirement is to
> retrieve the table from these four columns, How to create index is the
> right way?

create index THE_RIGHT_WAY on T1(FNAME, MNAME, LNAME, STATUS) tablespace SYSAUX;

-- 
http://www.mgogala.com
Received on Wed Nov 23 2005 - 08:25:11 CST

Original text of this message

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