Redo Logs Information in Data Dictionary
Posted by thakuranupam on November 4, 2009
V$LOG – Contains information about the redo logs from the control file
V$LOGFILES – This view provides the current status of all the redo logs
V$LOG_HISTORY – Contains information concerning archived redo logs from the control file. From here you can find the System Change Number (SCN) view of the archived log files
V$LOGHIST – This view contains information about the redo log file history from the control file
Advertisement