Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: doubt on order of table scan
News wrote:
> "DA Morgan" <damorgan_at_psoug.org> wrote in message
> news:1129418200.7123_at_yasure...
>
>>News wrote: >>In this case your use of the phrase "clustered index" indicates that you >>have not read the Oracle docs.
Two types of indexes in Oracle? What cave have you been living in?
Oracle Index Types
B*Tree
Bitmap
Bitmap Join
Cluster
Compressed
Descending
Function Based Normal
Function Based Domain
Index Organized Table (IOT)
LOB
No Segment (Virtual)
Reverse
I'd suggest you start with the following:
SQL> select distinct index_type from dba_indexes;
And then look at the examples at:
http://www.psoug.org
click on Morgan's Library
click on Indexes
You need to invest time reading the docs or you might as well go back to Sybase.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sun Oct 16 2005 - 13:34:04 CDT
![]() |
![]() |