V$BACKUP
displays the backup status of all online datafiles.
Column | Datatype | Description |
|
| File identifier |
|
| File status:
|
|
| System change number when backup started |
|
| Time the backup started |
Note:
1.
select d.name, b.* from v$backup b, v$datafile d where b.file#=d.file#;
NAME | FILE# | STATUS | CHANGE# | TIME |
/oracle_data/mydb/system01.dbf | 1 | NOT ACTIVE | 2210368887096 | 2005-09-14 12:48:57 PM |
/oracle_data/mydb/undo25.dbf | 2 | NOT ACTIVE | 0 | NULL |
/oracle_data/mydb/sde_logfile.dbf | 3 | NOT ACTIVE | 0 | NULL |
/oracle_data/mydb/tools01.dbf | 7 | NOT ACTIVE | 2210369026684 | 2005-09-14 2:41:08 PM |
/oracle_data/mydb/users01.dbf | 8 | NOT ACTIVE | 2210369651966 | 2005-09-14 7:25:53 PM |
No comments:
Post a Comment