5.49 RC_RMAN_BACKUP_JOB_DETAILS
RC_RMAN_BACKUP_JOB_DETAILS
provides detailed information on RMAN backup jobs.
An RMAN job is the set of commands executed within an RMAN session. An RMAN backup job is the set of BACKUP
commands executed in one RMAN job. For example, a BACKUP DATABASE
and BACKUP ARCHIVELOG ALL
command executed in the same RMAN job compose a single RMAN backup job.
This view contains one row for each RMAN session, even if multiple BACKUP
commands are executed in the same session. The SESSION_KEY
column is the unique key for the RMAN session in which the backup job occurred. Details for operations performed during an RMAN session are available in the RC_RMAN_BACKUP_SUBJOB_DETAILS
view.
This view is primarily intended to be used internally by Enterprise Manager.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for this database. |
|
|
The |
|
|
Identifier for the RMAN session. Use in joins with |
|
|
With |
|
|
With |
|
|
Either a user-specified value set using |
|
|
Start time of the first backup command in the RMAN job. |
|
|
End time of the last backup command in the RMAN job. |
|
|
Sum of sizes of all input files backed up during this RMAN job. |
|
|
Sum of sizes of all output backup pieces generated by this RMAN job. |
|
|
Used internally by Enterprise Manager. |
|
|
Used internally by Enterprise Manager. |
|
|
Used internally by Enterprise Manager. |
|
|
|
|
|
Number of autobackups performed by this RMAN job. |
|
|
Indicates whether the backup piece is backed up to Oracle Secure Backup ( |
|
|
|
|
|
One of the following values: A failed job does not mean that no backup sets were created. It is possible that the job failed after RMAN created some backup sets. Thus, the |
|
|
Contains a value indicating the type of input for this backup. For possible values, see the If a job includes backups corresponding to multiple values, then multiple rows appear in the view, corresponding to the different |
|
|
|
|
|
Number of seconds elapsed during execution of this backup job. |
|
|
Compression ratio for this backup. |
|
|
Input read rate, in bytes/second. |
|
|
Output write rate, in bytes/second. |
|
|
Same value as |
|
|
Same value as |
|
|
Same value as |
|
|
Same value as |
|
|
Total time for the RMAN job, converted to a user-displayable format, such as hh:mm:ss. |