GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  General

 Print  |  
Question:  What are HINTS in ORACLE?



November 11, 2006 06:55:10 #2
 giridhar   Member Since: Visitor    Total Comments: N/A 

RE: What are HINTS in ORACLE?
 

Generally oracle uses Cost_based optimisation. In this method it will calculate all the execution plans for the query to execute and chooses the best optimal plan. Sometimes we may know the best execution plan to you rather which is selected by optimisation technique. We use HINTS to force the optimiser to use the optimal execution plan

     

 

Back To Question