Answer Posted / 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 |
Post New Answer View All Answers
is there a tool to trace queries, like profiler for sql server?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to define an oracle sub procedure?
How would you best determine why your MVIEW couldnt FAST REFRESH?
 How to use an oracle sequence generator in a mapping?
WHAT IS ecc 6.0
What is a snapshot log?
What is ASM (Automatic Storage Management) in Oracle?
What is a cursor and what are the steps need to be taken?
What is the best way to do multi-row insert in oracle?
What is oracle and what are its different editions?
How to use regular expression in pattern match conditions in oracle?
What's dateware house and what's clustor with practicle example
How to drop an index in oracle?
How to call a stored function with parameters?