V$RMAN_OUTPUT 视图
V$RMAN_OUTPUTdisplays
messages reported by RMAN. This is an in-memory view and is not
recorded in the controlfile. The view can hold 32768 rows.
| Column | Datatype | Description |
|---|---|---|
SID | NUMBER | Session ID of the session which is running this RMAN operation |
RECID | NUMBER | Record ID of the correspondingV$RMAN_STATUSrow |
STAMP | NUMBER | Timestamp of the correspondingV$RMAN_STATUSrow |
SESSION_RECID | NUMBER | Record ID of the session (correspondingV$RMAN_STATUSrow withROW_LEVEL=0) |
SESSION_STAMP | NUMBER | Timestamp of the session (correspondingV$RMAN_STATUSrow withROW_LEVEL=0) |
OUTPUT | VARCHAR2(129) | Output text reported by RMAN |
RMAN_STATUS_RECID | NUMBER | OwningV$RMAN_STATUSrecord ID |
RMAN_STATUS_STAMP | NUMBER | OwningV$RMAN_STATUSrecord stamp |
SESSION_KEY | NUMBER | Session identifier |