How many different types of indexes we have in oracle?
Answer Posted / gouranga mohapatra
There are several types of indexes available in Oracle all
designed for different circumstances:
•b*tree indexes - the most common type (especially in OLTP
environments) and the default type
•b*tree cluster indexes - for clusters
•hash cluster indexes - for hash clusters
•reverse key indexes - useful in Oracle Real Application
Cluster (RAC) applications
•bitmap indexes - common in datawarehouse applications
•partitioned indexes - also useful for datawarehouse
applications
•function-based indexes
•index organised tables
•domain indexes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is program global area (pga) in oracle?
How do I uninstall oracle client from windows?
How to convert a string to a date in oracle database?
How to recover a dropped table in oracle?
What is the meaning of recursive hints in oracle?
How do I connect to oracle?
What is null value in oracle?
How do I spool to a csv formatted file using sqlplus?
What is set verify off in oracle?
Explain integrity constraint?
How do I spool in oracle?
What is pragma autonomous transaction in oracle?
How to create a stored function in oracle?
How do you store pictures in a database?
How to lock and unlock a user account in oracle?