set lines 200 set pages 30000 SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY_SQL_PLAN_BASELINE( sql_handle=>'&1', format=>upper('&2')));