Property | Description |
Parameter type | Boolean |
Default value |
|
Modifiable |
|
Range of values |
|
Basic | No |
OPTIMIZER_USE_SQL_PLAN_BASELINES
enables or disables the use of SQL plan baselines stored in SQL Management Base. When enabled, the optimizer looks for a SQL plan baseline for the SQL statement being compiled. If one is found in SQL Management Base, then the optimizer will cost each of the baseline plans and pick one with the lowest cost.
Note:
1. This parameter was introduced in 11g.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter
where upper(name) = ‘OPTIMIZER_USE_SQL_PLAN_BASELINES’;
No comments:
Post a Comment