SQLT - Different SQLID's
Hi,
On database A i have SQL ID - S1 and Hash Plan - H1 and H2.
On Database B I have the same SQL Text but with different SQL ID - S2 and Hash Plan - H1.
I want to transfer SQL ID - S1 with Hash Plan - H2 from Database A to Database B.
I tried using coe_xfr_sql_profile - SQLT/utl. When i see the explain plan on Database B, it still show Hash Plan H1.
How to transfer SQL Hash Plan from database's with different SQL ID's.
Thanks,
0