select bs.incremental_level, to_char(bd.completion_time,'Dy'), bd.file#, bd.completion_time, bd.set_count, bs.backup_type from v$backup_datafile bd, v$backup_set bs where bd.set_count=bs.set_count and bd.file#=10 order by bd.set_count