What is archive log in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is a OUTER JOIN?
What is the sid in oracle?
How to update values on multiple rows in oracle?
Difference between open_form and call_form in oracle.
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
Explain the use of consistent option in exp command.
What happens if the imported table already exists?
Can we write insert statement in function in oracle?
How to increment dates by 1 in oracle?
Can you assign multiple query result rows to a variable?
What operating systems are supported by oracle database 10g xe?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?