getting execution plan from explain plan
Hello Oracle Gurus,
If there is a sql performance in one database due to a bad plan and i find there is a better execution plan(using EXPLAIN PLAN only and not by executing) in another database for same sql for same application...Is it possible to get/extract the good plan from the explain plan in the other database.