Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Dynamic Performance (V$) Views, 7 of 179
This view displays archived log information from the control file including archive log names. An archive log record is inserted after the online redo log is successfully archived or cleared (name column is NULL if the log was cleared). If the log is archived twice, there will be two archived log records with the same THREAD
#, SEQUENCE
#, and FIRST_CHANGE
#, but with a different name. An archive log record is also inserted when an archive log is restored from a backup set or a copy and whenever a copy of a log is made with the RMAN copy command.
Column | Datatype | Description |
---|---|---|
|
|
Archived log record ID |
|
|
Archived log record stamp |
|
|
Archived log file name. If set to NULL, the log file was cleared before it was archived |
|
|
Redo thread number |
|
|
Redo log sequence number |
|
|
Resetlogs change# of the database when this log was written |
|
|
Resetlogs time of the database when this log was written |
|
|
First change# in the archived log |
|
|
Timestamp of the first change |
|
|
First change in the next log |
|
|
Timestamp of the next change |
|
|
Size of the archived log in blocks |
|
|
Redo log block size |
|
|
indicates that the online redo log was archived (YES) or that RMAN only inspected the log and created a record for future application of redo logs during recovery. For additional information see Oracle8i Recovery Manager User's Guide and Reference. |
|
|
specifies (with |
|
|
Time when the archiving completed |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|