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?
No Answer is Posted For this Question
Be the First to Post Answer
How to create an oracle database manually?
what is the difference between no rows returned and null returned?
How to invoke the original export import utilities?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
can we pass two out parameters at a time in function?please answer to my question
What is a procedure in oracle?
A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
What is the sql query to concatenate column values from multiple rows in oracle?
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz
What is a cursor variable?