when we are importing items in inventory, showing errors,
Oracle support suggested us for running scripts & also
suggested if we run scripts, iprocurement applicaation if is
there it will show shared and if we go in future for
iprocurement, it wont work. So kinldy suggest any functional
solution.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between oracle enterprise edition and oracle express edition?
what is the syntax of DROP command?
How to display the hierarchy of employee and managers without using connect by prior.
What is a sub query? Describe its types?
How to execute a stored procedure in oracle?
Without giving condition how to retrieve the unmatched records from table.
How to select the name of employee who is getting maximum sal with out using subquery
what is difference between table and view? where to use views? thanks in advance!
what are bitmap indexes? How does they work?
Draw E-R diagram for many to many relationship ?
Can we create trigger on materialized view in oracle?
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?