V$RMAN_BACKUP_TYPE displays information about RMAN backup types.
|      Column  |          Datatype  |          Description  |    
|     
  |        
  |        Used to set precedence   order of different backup types in reports.  |   
|     
  |        
  |        Used to represent possible   filters used in creating various reporting screens.  |   
Note:
1. 
select * from V$RMAN_BACKUP_TYPE;
|     WEIGHT  |        INPUT_TYPE  |   
|     1  |        BACKUPSET  |   
|     2  |        SPFILE  |   
|     3  |        CONTROLFILE  |   
|     4  |        ARCHIVELOG  |   
|     5  |        DATAFILE INCR  |   
|     6  |        DATAFILE FULL  |   
|     7  |        DB INCR  |   
|     8  |        RECVR AREA  |   
|     9  |        DB FULL  |   
Oracle data dictionary views
  Oracle dynamic performance views
No comments:
Post a Comment