How to force Oracle to use an Execution Plan?
480239Nov 18 2009 — edited Dec 19 2011We tried creating SQL Baseline, added all the possible profiles the optimizer dreamt up, and disabled all but the one we wanted it to use. We also set it as FIXED. Oracle still completely ignores the baseline and does it any which way it thinks. How do we force it to use this plan and only this plan for this particular query and ignore changes because of changes in bind variable values?
Thanks a lot.