Indexes in oracle ?

Answers were Sorted based on User's Feedback



Indexes in oracle ?..

Answer / ramprasad.s

Hi

Indexes in oracle are to retrieve the data from the
database at a faster rate

bye
sun_ramprasad@yahoo.com

Is This Answer Correct ?    3 Yes 0 No

Indexes in oracle ?..

Answer / basanti

Hello

Index is a database object which is use to access data
faster its like content page in a book

Is This Answer Correct ?    0 Yes 0 No

Indexes in oracle ?..

Answer / radha

Indexes in Oracle are:

(create <type of index> index <indexname> on <tablename>
(<colname>)

1. B-Tree (regular indexing algorithm )
2. Bitmap (for low cardinality fields.
By default oracle creates bitmap Index)
3. Partitioned indexes (for manageability
and to distribute I/O evenly)
4. Function based indexes (when you want
to index a function based calculation itself)
5. IOTs (Index organised tables - Table and
Index combined into one)
6. Domain Indexes (using user defined index types)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle General Interview Questions

What is the recommended interval at which to run statspack snapshots, and why?

0 Answers  


How to get a list of all tables in the database?

1 Answers  


What are the oracle built-in data types?

0 Answers  


Can we save images in a database and if yes, how?

0 Answers  


how to find out second largest value in the table

8 Answers  






How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?

0 Answers  


How to start instance with a minimal initialization parameter file?

0 Answers  


How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?

1 Answers   IBM,


What is an Oracle view?

1 Answers  


how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........

2 Answers   TCS,


please explain.. DB architecture ...

0 Answers  


How to call a sub procedure?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)