Hi experts,
We faced few performance issues and we have decided to disable the optimiser adaptive features
Database version 12.1.0.2
We have disabled it using alter system set optimiser_adaptive_features=false scope=both; but still we could see the plans using adaptive plans and adaptive statistics.
This is a result of execution plan from a query which ran after disabling optimiser_adaptive_features
Note
-----
- dynamic statistics used: dynamic sampling (level=2)
- this is an adaptive plan
- 3 Sql Plan Directives used for this statement
Please help out to disable these features
Thank you