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: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 23 Nov 2005 13:11:34 -0800
Message-ID: <1132780296.17313@yasure>


Mladen Gogala wrote:
> 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;

In SYSAUX? You've got to be kidding.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Nov 23 2005 - 15:11:34 CST

Original text of this message

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