You are on page 1of 1

select

SESSION_KEY, INPUT_TYPE, STATUS,


to_char(START_TIME,'mm/dd/yy hh24:mi') start_time,
to_char(END_TIME,'mm/dd/yy hh24:mi') end_time,
round((end_time-start_time)*1440,2) "Minutes"
from V$RMAN_BACKUP_JOB_DETAILS
order by session_key desc;

select output from v$RMAN_OUTPUT order by recid;

You might also like