First page Back Continue Last page Graphics

CBO and Missing Stats


Notes:

Caution: When CBO is in effect and statistics exist for one table in a join, but not another, Oracle will use default statistics for the table that does not have statistics. Poor plan selection is a likely result. Create statistics for all tables! If CHOOSE is the optimizer goal and statistics exist for just one table in the join but not the others, CBO will be turned on…