| SID | NUMBER | Session ID of the session which is running this RMAN operation | 
| RECID | NUMBER | Record ID of the row in the controlfile | 
| STAMP | NUMBER | Timestamp of the row ( RECID+STAMPis unique) | 
| PARENT_RECID | VARCHAR2(40) | Record ID of the parent row of this row (corresponding V$RMAN_STATUS row with ROW_LEVEL=ROW_LEVEL-1) | 
| PARENT_STAMP | VARCHAR2(40) | Timestamp of the parent row of this row (corresponding V$RMAN_STATUS row with ROW_LEVEL=ROW_LEVEL-1) | 
| SESSION_RECID | NUMBER | Record ID of the session (corresponding V$RMAN_STATUS row with ROW_LEVEL=0) | 
| SESSION_STAMP | NUMBER | Timestamp of the session (corresponding V$RMAN_STATUS row with ROW_LEVEL=0) | 
| ROW_LEVEL | NUMBER | Level of the row. The session has level 0. | 
| ROW_TYPE | VARCHAR2(19) | Type of the row: 
SESSION
COMMAND
RECURSIVE OPERATION
 | 
| COMMAND_ID | VARCHAR2(33) | Command ID set by the RMAN SET COMMAND IDcommand. If not set, then RMAN will create a unique number. | 
| OPERATION | VARCHAR2(33) | Name of the command in the execution explained by this row | 
| STATUS | VARCHAR2(23) | Status of the operation: 
RUNNING
RUNNING WITH WARNINGS
RUNNING WITH ERRORS
COMPLETED
COMPLETED WITH WARNINGS
COMPLETED WITH ERRORS
FAILED
 | 
| MBYTES_PROCESSED | NUMBER | Percentage of the job completed; null if not applicable for the operation | 
| START_TIME | DATE | Start time of the job | 
| END_TIME | DATE | End time of the job |