SQL PLAN BASELINE
Hello ,
I have a sql statement that I created a SQL baseline on and for a given plan hash value with ENABLED=NO .
My question is, why is the database still using the disabled plan when it should not.
SQL_HANDLE PLAN_NAME ENA ACC AUT FIX
------------------------- ------------------------------ --- --- --- ---
SQL_8d4734608f03c30c SQL_PLAN_8ujtnc27h7hscb59c3dd9 YES YES YES YES
SQL_8d4734608f03c30c SQL_PLAN_8ujtnc27h7hsc7c3bc589 NO YES YES NO ***DISABLED PLAN
Thanks,