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
Explain the use of tables option in exp command.
How to bring a tablespace offline?
Explain the use of rows option in imp command.
What is index in Oracle?
How to sort output in descending order in oracle?
What is flashback in Oracle?
How to start your 10g xe server?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What are the set operators union, union all, minus & intersect meant to do?
Explain an index?
What are the most common interview questions on ETL Testing for experience?
How to convert character types to numeric types?
Is there any function in oracle similar like group_concat of mysql?
What do you mean by merge in oracle?
How to join two tables in a single query using oracle?