| Oracle® Database Reference 11g Release 2 (11.2) Part Number E10820-03  | 
  | 
  | 
View PDF | 
V$LOGHIST contains log history information from the control file. This view is retained for historical compatibility. Oracle recommends that you use V$LOG_HISTORY instead.
See Also:
"V$LOG_HISTORY"| Column | Datatype | Description | 
|---|---|---|
THREAD# | 
NUMBER | 
Log thread number | 
SEQUENCE# | 
NUMBER | 
Log sequence number | 
FIRST_CHANGE# | 
NUMBER | 
Lowest SCN in the log | 
FIRST_TIME | 
DATE | 
Time of first SCN in the log | 
SWITCH_CHANGE# | 
NUMBER | 
SCN at which the log switch occurred; one more than highest SCN in the log |