How many different types of indexes we have in oracle?
Answer Posted / shankar
1.B-tree indexes:
B-tree indexes have the following subtypes:
Index-organized tables
Reverse key indexes
Descending indexes
B-tree cluster indexes
2.Bitmap and bitmap join indexes
3.Function-based indexes
4.Application domain indexes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How do we get field detail of a table?
How to calculate date and time differences in oracle?
How to do a full database export?
What do you mean by merge in oracle?
what happened to the global index when I truncate the data in one of the partition?
is there a tool to trace queries, like profiler for sql server?
What are the various constraints used in oracle?
What is oracle host variable?
What privilege is needed for a user to delete rows from tables in another schema?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is hot backup and logical backup?
How can I combine multiple rows into a comma-delimited list in oracle?
Can a formula column referred to columns in higher group ?
Explain how are indexes update?