|
Re: display windows on OracleSQL Developer [message #595351 is a reply to message #595350] |
Tue, 10 September 2013 09:20   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I assume it's the same as sqlplus in this regard. After running the explain plan for command you need to run:
SELECT * FROM table(dbms_cplan.display);
There's probably another way of doing it that involves a button or menu item (don't have it installed to check) but that approach will not involve running the explain plan for command. It'll just involve highlighting an actual select and running the sql developer command.
|
|
|
|
|