Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241)
what happened to the global index when I truncate the data in one of the partition?
What is the difference between a primary key & a unique key?
What is control file used for?
What is the difference between substr & instr functions?
How to define a variable of a specific record type?
How index is implemented in oracle database?
Can group functions be mixed with non-group selection fields?
6. Display the client name and order date for all orders using the traditional method.
How to connect to a remote server?
What are the major difference between truncate and delete?
How many types of km's?
How to use "in out" parameter properly?
How to pass a parameter to a cursor in oracle?
How to establish administrator authentication to the server?
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?