V$STANDBY_LOG displays information about standby redo logs. Standby redo logs are similar to online redo logs, but standby redo logs are only used on a standby database that is receiving redo data from the primary database.
| Column | Datatype | Description | 
|---|---|---|
| GROUP# | NUMBER | Log group number | 
| DBID | VARCHAR2(40) | Database ID of the primary database to which the standby redo logfile is assigned. If the standby redo logfile is unassigned, the value UNASSIGNEDwill be displayed. | 
| THREAD# | NUMBER | Log thread number | 
| SEQUENCE# | NUMBER | Log sequence number | 
| BYTES | NUMBER | Size of the log (in bytes) | 
| USED | NUMBER | Number of bytes used in the log | 
| ARCHIVED | VARCHAR2(3) | Archive status ( YES) or (NO). See theSTATUScolumn for further details. | 
| STATUS | VARCHAR2(10) | Log status: 
 | 
| FIRST_CHANGE# | NUMBER | Lowest SCN in the log | 
| FIRST_TIME | DATE | Time of the first SCN in the log | 
| LAST_CHANGE# | NUMBER | Last change number made to this datafile. Set to NULLif the datafile is being changed. | 
| LAST_TIME | DATE | Timestamp of the last change |