You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor sql_cur is select SQL_HANDLE from dba_sql_plan_baselines b ,v$sql s where b.signature=s.EXACT_MATCHING_SIGNATURE(+) and s.SQL_PLAN_BASELINE(+)=b.plan_name and to_number(decode(b.ACCEPTED,'NO',null,s.plan_hash_value))=&plan_hash;