Optimizer Dynamic Sampling Not turning Off
Hi
We have Oracle 11.1.0.7 on Windows , we are using Spatial Module .
I had gathered statistics some time which gave us better Performance. Users were complaining of poor performance , when i checked the execution plan , i notices that Oracle is executing the query by using plan generated by Dynamic Sampling .
I changed the parameter optimizer_dynamic_sampling to 0. However its not turning the dynamic sampling off , i checked the execution plan its still showing 'Dynamic Sampling Used for this Statement'.
Please advise.
Thanks