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's query optimization and without use of IN AND Exist can we get another way data from query

0 Answers  


Why do you use stored procedures and state some of its disadvantages?

0 Answers  


how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group

2 Answers   Verizon,


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

1 Answers   IBM,


What is ordinary table in oracle?

0 Answers   MCN Solutions,






What are oracle functions?

0 Answers  


Which are the five query types available in oracle?

0 Answers  


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

0 Answers   eicc,


Explain an extent?

0 Answers  


Which is better Oracle or MS SQL? Why?

2 Answers   Bally Technologies,


What is an oracle database table?

0 Answers  


What is SAVE POINT ?

5 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)