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 an oracle database?
What is hot backup and logical backup?
How to define an anonymous procedure without variables?
How to check your oracle database 10g xe installation?
Which is better Oracle or MS SQL? Why?
How can I combine multiple rows into a comma-delimited list in oracle?
what is the use of system.effective.date variable in oracle?
How to define and use table alias names in oracle?
What is dual table oracle?
What is SQL access advisor in Oracle?
Is there a function to split a string in plsql?
what are the default admin accounts in Oracle 10g ?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Can we save images in a database and if yes, how?
What is hash cluster in oracle?