Hiya everyone, im trying to create automation for explain plans and im having tad of an issue with getting somewhat accurate readings, for example, what i use now is:
set verify off;
set colsep ,
set headsep off
set AUTOTRACE ON
set pagesize 0
set trimspool on
set termout off
col v_spool...