How to generate execution plan for a sql run at an earlier time
Hi Friends,
I have a SQL that was run at 5:00AM this morning. I want to see what execution plan was used at that time. Is it possible?
If I run the explain plan for that statement now at 4:00 PM in the evening, will the plan be the same?
Thanks and Regards,
Su.
I have a SQL that was run at 5:00AM this morning. I want to see what execution plan was used at that time. Is it possible?
If I run the explain plan for that statement now at 4:00 PM in the evening, will the plan be the same?
Thanks and Regards,
Su.
0