How many different types of indexes we have in oracle?

Answers were Sorted based on User's Feedback



How many different types of indexes we have in oracle?..

Answer / swapna

We have mainly two different indexes .

Implicit index and Explicit index.

Explicit indexes are again of many types like
simple index,unique index,Bitmap index,Functional
index,Organisational index,cluster index.

Is This Answer Correct ?    179 Yes 64 No

How many different types of indexes we have in oracle?..

Answer / gnskannan

Indexes in Oracle are as follows.....

1.Normal index
Whenever we created a column(s) with Primary key or
Unique constraints ,Oracle implicitly creates Normal
index.This index is not Unique index .Why because those
columns already having uniqeness because of Unique or
Primary key constriants.

2.Bitmap indexs
3.Function based indexs
4.Domain indexes.
if we want to create Unique indexes we have to use Unique
keyword when we are creating indexes.

But if you refer Oracle 9i corporation books you can read
as follows...

They gave these statement in wrong.

Indexes can be created in two types

1.Unique indexes(Oracle creates it implicitly whenever we
created column(s) with PK or Unique constraints

2. Non unique indexes
This indexes can be created by developers

Is This Answer Correct ?    83 Yes 28 No

How many different types of indexes we have in oracle?..

Answer / nimisha

Implicit index and Explicit index.

Is This Answer Correct ?    63 Yes 29 No

How many different types of indexes we have in oracle?..

Answer / siva

There are four reguler types of Indexes in oracle
1.Normal index
2.Bitmap indexs
3.Function based indexs
4.Domain indexes.

The custom and recommended types are of 2 types
Implicit index and Explicit index.

Is This Answer Correct ?    39 Yes 8 No

How many different types of indexes we have in oracle?..

Answer / ananthram

Just and Addition to the above discussion.
I cant agree completely with answer #3 when it says
"This index is not Unique index "
Because Oracle makes sure that the uniqueness is maintained
in case of Primary and unique key by imposing UNIQUE INDEX
on it.
So I find it difficult when someone says that the implicit
indexes created by oracle while the creation of PK and UK
are not UNIQUE indexes.

Is This Answer Correct ?    32 Yes 9 No

How many different types of indexes we have in oracle?..

Answer / ron

some more additions to the above:
context indexes etc. you can read about it here:
http://www.databasedesign-resource.com/oracle-indexes.html
hope this helps.

Is This Answer Correct ?    42 Yes 31 No

How many different types of indexes we have in oracle?..

Answer / satya krishna

B-TREE INDEX, BITMAP INDEX, REVERSE INDEX, FUNCTION-BASED INDEX, ASCENDING & DESCENDING INDEX, Cluster indexes, bitmap join indexes, text indexes, Hash cluster indexes, DOMAIN INDEXES.

Indexes are logically and physically independent of the data in the associated table.

ONCE AFTER CREATING THE INDEX ORACLE WILL AUTOMATICALLY HANDLE IT LATER.

Is This Answer Correct ?    12 Yes 1 No

How many different types of indexes we have in oracle?..

Answer / surya

some more additions to the above:

Reverse key index

Is This Answer Correct ?    18 Yes 8 No

How many different types of indexes we have in oracle?..

Answer / srinivasarao

total indexes are in oracle is 5
1.b tree
2.bitmap
3.function_based
4.domain
5.ascending or descending

Is This Answer Correct ?    27 Yes 17 No

How many different types of indexes we have in oracle?..

Answer / venkat rao

Normal index
Bitmap index
partitioned index
Function based index
Domain index
composite index

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More Oracle General Interview Questions

What is archive log in Oracle?

0 Answers   MCN Solutions,


What is the difference between implicit index and explicit index?

2 Answers   TCS,


How to load data from external tables to regular tables?

0 Answers  


HOW TO DISPLAY MAXIMUM SALARIES FROM EMP DEPARTMENT VISE ALONG WITH DEPARTMENT NAMES? E.g EMP,DEPT

5 Answers   College School Exams Tests, DELL,


Explain the importance of .pll extension in oracle?

0 Answers  






What are privileges and grants?

0 Answers  


What are the attributes that are found in a cursor?

0 Answers  


How to bring a tablespace online?

0 Answers  


what is foreign key?

5 Answers  


What is a OUTER JOIN?

1 Answers  


What is currency type in database ?

3 Answers   TCS,


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)