This document discusses dispelling myths about Oracle B-tree indexes and explaining how they work. It aims to explain how to investigate index internals, how Oracle B-tree indexes are structured and balanced, and when index rebuilds may be appropriate. It provides examples of index structures, headers, entries and updates to prove that indexes are always balanced and efficient without needing rebuilds in most cases.