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

 How to use an oracle sequence generator in a mapping?

0 Answers   Informatica,


Point the difference between translate and replace?

0 Answers  


how to find count rows in table without count function?

3 Answers   Oracle,


How to restrict the duplicate records in table valuesets

2 Answers   IBM,


Explain cascading triggers.

0 Answers  


What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.

0 Answers  


You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.

3 Answers   Amazon, HCL,


What is oracle used for?

0 Answers  


How to get a list of all user accounts in the database?

0 Answers  


Explain the use of file option in exp command.

0 Answers  


What is an Index ?

2 Answers  


Give the advantages and disadvantages of clusters.

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)