This document discusses indexing in Oracle8i. It begins by introducing indexes and their importance. The objectives are to introduce the various index types and access paths available in Oracle8i and provide examples of index usage. The document then discusses the major index types including B-tree indexes and bitmap indexes. It also covers index sub-types and access paths. The remainder of the document focuses on providing details on B-tree indexes, including how they are structured and how inserts, deletes, and updates are handled.