Rule based but has cost in explain plan.. why? [message #236976] |
Fri, 11 May 2007 08:34 |
beetel
Messages: 96 Registered: April 2007
|
Member |
|
|
One of our schema is using Rule-based optimizer. When I tried get the explain plan for a query, the Cost column in the Explain plan has values. The table has no statistics as I saw in the LAST_ANALYZED column of the following views:
- USER_TABLES
- USER_INDEXES
- USER_TAB_PARTITIONS
The LAST_ANALYZED column is null. And it has no entry in the USER_TAB_COL_STATISTICS table, too.
My question is how can there be a cost in the explain plan if the table has no statistics at all because it uses rule-based optimizer...
|
|
|
|
|
|