5.54 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 |
|
|
|