RMAN备份动态性能视图 V$BACKUP_SET_DETAILS

来源:互联网 发布:爱情电影 知乎 编辑:程序博客网 时间:2024/06/15 22:22

V$BACKUP_SET_DETAILS provides detailed information about the backup set. This view will contain an extra row for each backup session that invokes BACKUP BACKUPSET (that is, creates new copies for the same backup set or copies backup set information from disk to tape). However, the remaining values of other columns belong to the complete backup set.

ColumnDatatypeDescriptionSESSION_KEYNUMBERSession identifierSESSION_RECIDNUMBERIdentifies the job, together withSESSION_STAMP.SESSION_STAMPNUMBERIdentifies the job, together withSESSION_RECIDBS_KEYNUMBERBackup set identifierRECIDNUMBERRECID from V$BACKUP_SETrecordSTAMPNUMBERStamp from V$BACKUP_SETrecordSET_STAMPNUMBERBackup set stampSET_COUNTNUMBERBackup count numberBACKUP_TYPEVARCHAR2(1)Type of backup (same as inV$BACKUP_SET)CONTROLFILE_INCLUDEDVARCHAR2(3)Control file included in backup set (same as in V$BACKUP_SET)INCREMENTAL_LEVELNUMBERIncremental level (same as inV$BACKUP_SET)PIECESNUMBERNumber of pieces (same as inV$BACKUP_SET)START_TIMEDATEStart time of the backup set (same as in V$BACKUP_SET)COMPLETION_TIMEDATECompletion time of the backup set (same as in V$BACKUP_SET)ELAPSED_SECONDSNUMBERTime taken for backup set creation (same as inV$BACKUP_SET)BLOCK_SIZENUMBERBlock size (same as inV$BACKUP_SET)KEEPVARCHAR2(3)Keep value (same as inV$BACKUP_SET)KEEP_UNTILDATEKeep Until time (same as inV$BACKUP_SET)KEEP_OPTIONSVARCHAR2(10)Keep options (same as inV$BACKUP_SET)DEVICE_TYPEVARCHAR2(17)Type of device. If the backup set exists on more than one device type, an * is indicated here.COMPRESSEDVARCHAR2(3)YES, if backup is compressedNUM_COPIESNUMBERNumber of identical copiesOUTPUT_BYTESNUMBERSize of the backup set
备份完成后备份集的大小ORIGINAL_INPUT_BYTESNUMBERAmount of data backed up when the backup set was created
当备份集创建时备份的大小COMPRESSION_RATIONUMBERThe ratio between the total blocks in the datafile and the blocks that RMAN backed up. This is not the the ratio from the AS COMPRESSED BACKUPSET clause of the BACKUPcommand.
字段ORIGINAL_INPUT_BYTES相对OUTPUT_BYTES的倍数
STATUSCHAR(1)The status of the backup set. It is always A (all backup pieces available), because this view only reflects available backup sets.ORIGINAL_INPRATE_BYTESNUMBERNumber of bytes read per second when backup set was initially created
备份时每秒的数据读取(字节)OUTPUT_RATE_BYTESNUMBERNumber of bytes written per second when the backup set was initially created
备份时每秒的数据写入(字节)ORIGINAL_INPUT_BYTES_DISPLAYVARCHAR2(4000)Input rate to display
备份时每秒的数据读取(友好显示)OUTPUT_BYTES_DISPLAYVARCHAR2(4000)Size of backup set to display
备份集大小(友好显示)ORIGINAL_INPRATE_BYTES_DISPLAYVARCHAR2(4000)Input rate per second for display
备份时每秒的数据读取(友好显示)OUTPUT_RATE_BYTES_DISPLAYVARCHAR2(4000)Output rate per second for display
每秒数据写入(友好显示)TIME_TAKEN_DISPLAYVARCHAR2(4000)Elapsed time in hh:mm:ss format
花费时间显示ENCRYPTEDVARCHAR2(3)A value of YES means an encrypted backup, otherwise not an encrypted backup.
是否加密BACKED_BY_OSBVARCHAR2(3)A value of YES means the backup was done to Oracle Secure Backup. Otherwise, backed up by other third party tape library.
0 0