The Oracle optimizer chooses the execution plan for a SQL statement. When using the cost-based approach, the optimizer can utilize statistics for the objects accessed in the SQL statement. You generate these statistics using the ANALYZE command.
For information about the optimizer and generating statistics, see the Oracle7 Server Concepts and the ANALYZE command in the Oracle7 Server SQL Reference.
The following figure illustrates the Optimizer object list.
Figure 7 - 6. Optimizer Object List
Object | The owner and name of the object. |
Object Type | Object type: Table, Cluster, or Index. |
Statistics? | Whether or not statistics have been generated for the object. |