5.55 RC_RMAN_STATUS
This view contains information about the history of RMAN operations on all databases associated with this recovery catalog. It contains essentially the same information as V$RMAN_STATUS, except that it does not contain information about current sessions.
All RMAN operations such as backups, restores, deletion of backups, and so on are logged in this table. The table is organized to show the status of each RMAN session (the invocation of an RMAN client, including all actions taken until the RMAN client exits), operations executed during the session, and recursive operations.
RC_RMAN_STATUS also contains the RSR_KEY, PARENT_KEY and SESSION_KEY columns, which do not appear in V$RMAN_STATUS.
| Column | Data Type | Description |
|---|---|---|
|
|
|
The primary key for the database. Use this column to join with almost any other catalog view. |
|
|
|
The primary key for the database incarnation. |
|
|
|
The |
|
|
|
The recid of the corresponding row in the control file. |
|
|
|
The timestamp of the row in the control file. (Because control file records are reused, you must combine the timestamp and recid to get a value unique across all records in |
|
|
|
Unique key for this row. |
|
|
|
The value of |
|
|
|
The value of |
|
|
|
This is the type of operation represented by this row. Possible values are:
|
|
|
|
The level of this row.
|
|
|
|
The name of the operation presented by this row. For |
|
|
|
The status of the operation described by this row. Possible values are:
|
|
|
|
The user-specified ID of the operation. The user can change this using the |
|
|
|
If the operation represented by this row performed some data transfer (such as backing up or restoring data), then this column contains the number of megabytes processed in the operation. Otherwise, this row contains |
|
|
|
The start time for the operation represented by this row. |
|
|
|
The end time for the operation represented by this row. |
|
|
|
The key of the RMAN session. Identical to |
|
|
|
Number of input bytes read. |
|
|
|
Number of input bytes written. |
|
|
|
|
|
|
|
Contains one of the following values: |
|
|
|
If |
|
|
|
If |
|
|
|
The type of output device: |
|
|
|
Primary key of the Data Guard database associated with the RMAN status information. Each database in a Data Guard environment has a unique |
|
|
|
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. |