Answers

Question and Answer:

  Home  Oracle Architecture and Concepts

⟩ Explain what is an Index Segment?

It's an oracle object as other object like table. It stores index key + rowid for that key. So when you scan index it finds respective rowid and fetch data from that rowid. and it's faster

 148 views

More Questions for you: