A heap-table stores the rows in an unordered fashion. Index-organized tables and clustered indexes are the alternative. They store the rows in an ordered B-Tree structure.
Links
Book-Section: Index-Organized Tables
Book-Section: B-Tree
Glossary: Clustered Index — Table stored in a B-Tree index
Glossary: Index-Organized Table — Oracle Clustered Index