Christo Kutrovsky
Member³
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);
Like Predicates, Temp space and etc.
Predicates been the most important.
explain plan for
;
set linesize 130
select * from table (dbms_xplan.display);