Property | Description |
Parameter type | Integer |
Default value | If If If |
Modifiable |
|
Range of values |
|
OPTIMIZER_DYNAMIC_SAMPLING
controls the level of dynamic sampling performed by the optimizer.
Note:
1. 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_DYNAMIC_SAMPLING’;
NAME | VALUE | IS DEFAULT | ISSES_ MODIFIABLE | ISSYS_ MODIFIABLE | ISINSTANCE_ MODIFIABLE | IS DEPRECATED | DESCRIPTION |
optimizer_dynamic_sampling | 2 | TRUE | TRUE | IMMEDIATE | TRUE | FALSE | optimizer dynamic sampling |
No comments:
Post a Comment