5.7 DBA_HIST_LOG
DBA_HIST_LOG
displays historical log file information from the control file. This view contains snapshots of V$LOG
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Log group number |
|
|
|
Log thread number |
|
|
|
Log sequence number |
|
|
|
Size of the log (in bytes) |
|
|
|
Number of members in the log group |
|
|
|
Archive status ( |
|
|
|
Log status:
|
|
|
|
Lowest system change number (SCN) in the log |
|
|
|
Time of the first SCN in the log |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also:
"V$LOG"