I have set the parameter optimizer_dynamic_sampling=10. I have read some articles that we can observe dynamic sampling in the explain plan.
Is there any way to see that dynamic sampling is used in run time ?
Will it reflect the status in ALL_TAB_STATISTICS ?
Do i need to unlock the stats using exec DBMS_STATS.UNLOCK_SCHEMA_STATS to enable dynamic sampling ?
Thanks.