Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why sql plan baseline is not used across RAC instances?

sahinbMar 29 2018 — edited Mar 30 2018

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';spb.png

select enabled,accepted,fixed,reproduced from dba_sql_plan_baselines where plan_name='SQL_PLAN_0wd0v4r235dqn785c998d'

pastedImage_2.png

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2018
Added on Mar 29 2018
6 comments
1,137 views