Oracle® Database Backup and Recovery Reference 10g Release 2 (10.2) Part Number B14194-03 |
|
|
View PDF |
RC_RMAN_OUTPUT
corresponds to the control file view V$RMAN_OUTPUT
.
This view is primarily intended to be used internally by Enterprise Manager.
Column | Datatype | Description |
---|---|---|
DB_KEY |
NUMBER |
The primary key for the target database. Use this column to form a join with almost any other catalog view. |
RSR_KEY |
NUMBER |
Unique key for the row in RC_RMAN_STATUS corresponding to the job that created this output. |
SESSION_KEY |
NUMBER |
Session identifier. Use in joins with RC_RMAN_OUTPUT. |
RECID |
NUMBER |
Contains the value displayed in V$RMAN_OUTPUT.RECID for this database. |
STAMP |
NUMBER |
Stamp (used for ordering) of when the row for this line out output was added. |
OUTPUT |
VARCHAR2(129) |
RMAN output text. |