set lines 300 column SQL_HANDLE format a30 column plan_name format a40 column created format a30 column last_modified format a30 column last_executed format a30 select sql_handle,plan_name,enabled,accepted,fixed,last_modified,last_executed from DBA_SQL_PLAN_BASELINES order by last_modified desc;