InterviewSolution
Saved Bookmarks
| 1. |
What Is Optimization/what Happens During Optimization Phase? |
|
Answer» During the optimization phase, Oracle uses its optimizer(CBO(cost-based optimizer)) to CHOOSE the BEST ACCESS method for retriving data for the TABLES and indexes referred to in the query. During the optimization phase, Oracle uses its optimizer(CBO(cost-based optimizer)) to choose the best access method for retriving data for the tables and indexes referred to in the query. |
|