重建索引组织表和普通表的索引有什么区别?

Moe*_*oeb 5 database oracle algorithm indexing database-design

这篇关于索引组织表的文章,

请注意,在索引组织表上重建二级索引涉及读取基表,这与在普通表上重建索引不同.

为什么在普通表上重建索引不需要读取基表?

And*_*rew 2

引用自http://download.oracle.com/docs/cd/E11882_01/server.112/e10595/indexes004.htm#ADMIN11734

重建索引时,您使用现有索引作为数据源。