What is hot backup and logical backup?
No Answer is Posted For this Question
Be the First to Post Answer
How to view existing locks on the database?
How to use "in out" parameter properly?
what are the things that you consider while creating indexes on partitioning tables?
What are the types of partitions in oracle?
Explain the use of inctype option in exp command.
What is an oracle database?
What is a OUTER JOIN?
What are main difference between Stored Procedure and Functions.
What are data pump export and import modes?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
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?