Oracle 视图 V$RMAN_BACKUP_SUBJOB_DETAILS 官方解释,作用,如何使用详细说明
本站中文解释
V$RMAN_BACKUP_SUBJOB_DETAILS视图是用来显示rman备份子任务明细信息的只读视图。它被V$RMAN_BACKUP_JOB_DETAILS视图调用,以提供RMAN备份任务的完整明细信息。
V$RMAN_BACKUP_SUBJOB_DETAILS视图包含有关各个备份子任务状态、数据文件、字节数、起始时间和结束时间以及参数和错误信息等内容。
可以使用以下查询语句进行查询来查看视图中的信息:
SELECT JOB_KEY,JOB_TYPE,OPERATION,DATAOBJECT_TYPE,STATUS,BYTES_PROCESSED,START_TIME,END_TIME,FAILURE_MSG FROM V$RMAN_BACKUP_SUBJOB_DETAILS;
官方英文解释
V$RMAN_BACKUP_SUBJOB_DETAILS
merges similar operations within an RMAN session into a single row. For example, if there are four BACKUP DATAFILE <n>
commands, three RECOVERY COPY OF DATAFILE
commands, and one BACKUP RECOVERY AREA
command, this view will contain three rows – one each for BACKUP, ROLLFORWARD, and COPY_DISK_TO_TAPE operation.
Column | Datatype | Description |
---|---|---|
|
|
Session identifier |
|
|
Together with |
|
|
Together with |
|
|
Can be BACKUP, ROLLFORWARD, VALIDATE, or COPY_DISK_TO_TAPE. A row for each suboperation type for the session will be in the output view. |
|
|
Either a user-specified SET COMMAND ID or a unique command ID generated by RMAN |
|
|
Start time of the first BACKUP command in the job |
|
|
End time of the last BACKUP command in the job |
|
|
Sum of all input file sizes backed up by this job |
|
|
Output size of all pieces generated by this job |
|
|
Used internally by Enterprise Manager |
|
|
Used internally by Enterprise Manager |
|
|
Used internally by Enterprise Manager |
|
|
Can be DISK, SBT, or *. An * indicates more than one device (in most cases, it will be DISK or SBT). |
|
|
A value of |
|
|
YES or NO, depending upon whether or not a control file autobackup was done as part of this job |
|
|
One of the following values:
|
|
|
Contains one of the following values. If the user command does not satisfy one of them, then preference is given in order, from top to bottom of the list.
|
|
|
YES or NO, depending on whether optimization was applied. Applicable to backup jobs only. |
|
|
Number of autobackups performed by this job |
|
|
Compression ratio |
|
|
Values in user-displayable form. They will be converted to a format of nM, nG, nT, nP, and so on. |
|
|
Values in user-displayable form. They will be converted to a format of nM, nG, nT, nP, and so on. |
|
|
The ID of the container to which the data pertains. Possible values include:
|