what is the bitmap index?

Answers were Sorted based on User's Feedback



what is the bitmap index?..

Answer / a g srikanth

Bitmap Index is an index that can be used on low
cardinality columns with a large number of rows. Low
cardinality columns are the ones with less number of
distinct values (eg.gender columns with just two distinct
values Male & Female).

Bitmap indexes are also useful in DWH applications where a
large table is joined with many small tables in a
denormalized star schema.

Is This Answer Correct ?    1 Yes 0 No

what is the bitmap index?..

Answer / daid kumar

bitmap Index is Used mainly in decision support systems
because it returns value in bit like 0 and 1.

Example
CREATE BITMAP JOIN INDEX <index_name>
ON <table_name> (<table_name.column_name>)
FROM <table_name, table_name>
WHERE <join_condition>

Is This Answer Correct ?    0 Yes 0 No

what is the bitmap index?..

Answer / kamala k n

bit map index created on low cardinality columns

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

what is the use of composite key constraint?

2 Answers  


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

0 Answers  


Is a rollback possible to any savepoint?

0 Answers  


In Oracle 9i what does "i" Stands for?

36 Answers   MBT,


hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4

1 Answers   CTS,






What is the difference between alert log file and tarce file ?

0 Answers   TCS,


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

0 Answers   Wipro,


How do I call oracle stored procedures that take no parameters?

0 Answers  


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

0 Answers  


How to turn on or off recycle bin for the session?

0 Answers  


What is program global area (pga) in oracle?

0 Answers  


What is meant by joins? List out the types of joins.

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)