How many different types of indexes we have in oracle?
Answer Posted / sudev kuma rmishra
two types
A.implicit B.explicit
A.implicit index
automatically created when we mention primary key or unique key
B.explicit index
these are created by user
and examples are
1.simple/normal index
2.composite index
3.unique index
4.bitmap index
5.partition index
6.function index
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a trace file and how is it created in oracle?
How do I start tns listener?
What is oracle join syntax?
Explain about integrity constraint?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
How to retrieve values from data fields in record variables?
How to initialize variables with default values?
please explain.. DB architecture ...
What is an Oracle index?
How to experiment a data lock in oracle?
How to create a stored program unit?
What is a proxy object?
How to create a stored function in oracle?
Can objects of the same schema reside in different tablespace?