What is a package in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
What are operators in oracle?
Give the different types of rollback segments.
Explain oracle left join with an example?
What are the benefits of ordbms?
How do we represent comments in oracle?
What is data file?
What is a schema in oracle?
What are the set operators union, union all, minus & intersect meant to do?
What is program global area (pga) in oracle?
How to export data with a field delimiter?
What is merge in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
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?