|
|
Re: How to compare the two different explain plan in PL/SQL Developer [message #602127 is a reply to message #602106] |
Fri, 29 November 2013 13:19  |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
As far as I know, PL/SQL Developer can only generate explain plan on pressing F5 for a given SQL. But to compare two explain plans you need to figure out your own way. Use examdiff software or any third party tool. However, you could understand the difference in the execution plans by analyzing them manually. That's the best way. At least for me.
|
|
|