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 ( Note: Oracle Secure Backup (OSB) 19.1 desupport was announced on May 1, 2026 with premier support end date on September 30, 2027. See My Oracle Support note PNEWS3035 for more information. Please refer to Lifetime Support Policy: Oracle Technology Products for updated support timeframes. Oracle recommends that database backups to cloud take advantage of Oracle Database Zero Data Loss Cloud Protect, which uses Oracle Zero Data Loss Autonomous Recovery Service in OCI. Cloud Protect offers an efficient incremental forever backup strategy, real-time transaction protection, logically air-gapped immutable backups, and fast, point-in-time recovery. For customers who require database backups to Amazon S3, Oracle Database Cloud Backup for Amazon S3 may be used. This offering is similar to Oracle Secure Backup Cloud Module in that it is fully integrated with Recovery Manager (RMAN) and enables you to back up your Oracle database to Amazon S3. You can exchange your Oracle Secure Backup license for an Oracle Database Cloud Backup for Amazon S3 license on a 1:1 basis. See Oracle Database Cloud Backup for Amazon S3 for more information. |
|
|
|
|
|
|
|
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. |