GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Database Administration
Go To First  |  Previous Question  |  Next Question 
 Database Administration  |  Question 20 of 231    Print  
What is an Oracle index

  
Total Answers and Comments: 4 Last Update: July 16, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 11, 2005 00:20:28   #1  
Ravi Prakash Pichika        

RE: What is an Oracle index
An Index is a tree structure that allows direct access to a row in a table. Indexes can be classified based on their logical design or on their physical implementation.

The Logical classification groups indexes from an application perspective while the physical classification is derived from the way the indexes are stored

 
Is this answer useful? Yes | No
June 18, 2005 01:12:02   #2  
soccer_champ        

RE: What is an Oracle index
An index is a schema object that can speed up the retrieval of rows by using pointers. If you do not have an index then a full table scan occurs. Its purpose is to reduce disk I/O by using an indexed path to locate data quickly. If a table is dropped the corresponding indexes are also dropped.
In case of doubt contact me : bobby_1020@hotmail.com

 
Is this answer useful? Yes | No
August 23, 2005 12:17:17   #3  
srujana        

RE: What is an Oracle index
it is created in existing table to locate rows more quickly&efficiently.
the users cannot see the indexes they are just used to speed up the queries

 
Is this answer useful? Yes | No
July 16, 2007 02:07:10   #4  
Taj_N        

RE: What is an Oracle index

An Index is based on tree structre that allow direct access to a row in a table oracle uses different type of index
1) B-Tree Index
2) Bitmap Index


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape