set lines 132 col name format a50 select * from ( select f.name, to_char(b.time,'mm/dd hh24:mi'), b.status from v$backup b, v$datafile f where b.file# = f.file# order by b.time desc) where rownum < 11 /