Explain plan extentions in 9i ?

Are you planing to implement the new explain plan extentions in 9i in PL/SQL Developer ?

Like Predicates, Temp space and etc.

Predicates been the most important.

explain plan for

;

set linesize 130
select * from table (dbms_xplan.display);
 
Temp space is already supported. Predicates will definitely be added shortly.

------------------
Marco Kalter
Allround Automations
 
I would like to ask for a feature.

I'd like to see the results of the dbms_xplan.display function in the explain plan window.

You could place the currently used table and the dbms_xplan output in a tabbed pane, so I could decide which one I'd like to see.

Sorry for my BAD english.

Feri
 
Back
Top