2014-11-28 14:34:09 +01:00

5 lines
97 B
SQL

set lines 150
select * from table(dbms_xplan.display_cursor('&sql_id','&child_no','typical'))
/