Hi,
Why sql plan baseline is not used across RAC instances? We have 4 node exadata. 2 nodes are using sql plan base line other 2 not. How can i find the reason?
select inst_id,sql_id,sql_patch,sql_plan_baseline,to_char(EXACT_MATCHING_SIGNATURE) from gv$sql where sql_id = '15wquwmnzaxff';
select enabled,accepted,fixed,reproduced from dba_sql_plan_baselines where plan_name='SQL_PLAN_0wd0v4r235dqn785c998d'

Thanks.