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)
Explain the use of indexes option in exp command.
Can you remove an open file under unix?
What is the load plans in odi?
If you see statistics that deal with "undo" what are they really talking about?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Explain the use of record option in exp command.
How to export your own schema?
What is the difference between media recovery & crash recovery?
What is instant client oracle?
Can you list down the different components of physical and logical database structure?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What are the ways tablespaces can be managed and how do they differ?
When configuring sqlnet on the server what files must be set up?
How I can use srw.run_report in reports6i?
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?