How can I determine if an Oracle index is clustered or unclustered?
I\'ve done
select FIELD from TABLE where rownum <100
where
There is no concept of a "clustered index" in Oracle as in SQL Server and Sybase. There is an Index-Organized Table, which is similar but not the same.