Property | Description |
---|---|
Parameter type |
String |
Syntax |
|
Default value |
|
Modifiable |
|
Basic |
No |
OPTIMIZER_FEATURES_ENABLE
acts as an umbrella parameter for enabling a series of optimizer features based on an Oracle release number.
For example, if you upgrade your database from release 10.1 to release 11.1, but you want to keep the release 10.1 optimizer behavior, you can do so by setting this parameter to 10.1.0
. At a later time, you can try the enhancements introduced in releases up to and including release 11.1 by setting the parameter to 11.1.0.6
.
Table 1-6 describes some of the optimizer features that are enabled when you set the OPTIMIZER_FEATURES_ENABLE
parameter to a 9.0 release or a 9.2 release.
Table 1-7 describes some of the optimizer features that are enabled when you set the OPTIMIZER_FEATURES_ENABLE
parameter to a 10.1 release or a 10.2 release.
Table 1-8 describes some of the optimizer features that are enabled when you set the OPTIMIZER_FEATURES_ENABLE
parameter to a 11.1 release.
Table 1-9 describes some of the optimizer features that are enabled when you set the OPTIMIZER_FEATURES_ENABLE
parameter to a 12.1 release.
See Also:
Oracle Database SQL Tuning Guide for more information about the optimizer and for information about the features listed in the following tables
Table 1-6 Optimizer Features for Oracle9I Releases
Features | 9.0.0 | 9.0.1 | 9.2.0 |
---|---|---|---|
Index fast full scan |
X |
X |
X |
Consideration of bitmap access to paths for tables with only B-tree indexes |
X |
X |
X |
Complex view merging |
X |
X |
X |
Peeking into user-defined bind variables |
X |
X |
X |
Index joins |
X |
X |
X |
Table 1-7 Optimizer Features for Oracle Database 10g Releases
Features | 10.1.0 | 10.1.0.3 | 10.1.0.4 | 10.1.0.5 | 10.2.0.1 | 10.2.0.2 |
---|---|---|---|---|---|---|
Index fast full scan |
X |
X |
X |
X |
X |
X |
Consideration of bitmap access to paths for tables with only B-tree indexes |
X |
X |
X |
X |
X |
X |
Complex view merging |
X |
X |
X |
X |
X |
X |
Peeking into user-defined bind variables |
X |
X |
X |
X |
X |
X |
Index joins |
X |
X |
X |
X |
X |
X |
Dynamic sampling |
X |
X |
X |
X |
X |
X |
Query rewrite enables |
X |
X |
X |
X |
X |
X |
Skip unusable indexes |
X |
X |
X |
X |
X |
X |
Automatically compute index statistics as part of creation |
X |
X |
X |
X |
X |
X |
Cost-based query transformations |
X |
X |
X |
X |
X |
X |
Allow rewrites with multiple MVs and/or base tables |
X |
X |
Table 1-8 Optimizer Features for Oracle Database 11g Releases
Features | 11.1.0.6 |
---|---|
Enhanced Bind Peeking |
X |
Use extended statistics to estimate selectivity |
X |
Use native implementation for full outer joins |
X |
Partition pruning using join filtering |
X |
Group by placement optimization |
X |
Null aware antijoins |
X |
Table 1-9 Optimizer Features for Oracle Database 12c Releases
Features | 12.1.0.1 |
---|---|
Adaptive Execution Plans |
X |
Online statistics gathering for bulk loads |
X |
Session level statistics for Global Temporary Tables |
X |
Multi-table left outer joins |
X |
Lateral views |
X |
Batch table access by rowid |
X |
Null accepting semi joins |
X |
Scalar subquery unnesting |
X |
Conversion of joins that produce unnecessary duplicates to semi-joins |
X |
Parallel Union and Parallel Union All operations |
X |
Enhance Auto DOP |
X |