set linesize 200 set pagesize 0 select * from table (dbms_xplan.display_cursor( '0syc4upspr638',3,'TYPICAL')); exit
Where
- the first argument is the SQL id
- the second argument cursor child number
- the third argument is the format string. TYPICAL is the default value.
See the Oracle Documentation for more information on how to use dbms_xplan
No comments:
Post a Comment