5.2 RC_ARCHIVED_LOG
This view contains historical information about archived and unarchived redo log files. It corresponds to the V$ARCHIVED_LOG
view in the target database control file.
Oracle inserts an archived redo log record after the online redo log is successfully archived. If a log that has not been archived is cleared, then a record is inserted with the NAME
column set to NULL
. If the log is archived multiple times, then the view contains multiple archived log records with the same THREAD#
, SEQUENCE#
, and RESETLOGS_CHANGE#
, but with a different name.
An archived log record is also inserted when an archived log is restored from a backup set or a copy. An archived log can have no record if the record ages out of the control file.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for this database in the recovery catalog. Use this column to join with almost any other catalog view. |
|
|
The primary key for the incarnation of the target database to which this record belongs. Use this column to join with |
|
|
The |
|
|
The primary key of the archived redo log in the recovery catalog. If you issue the |
|
|
The archived redo log |
|
|
The archived redo log stamp from |
|
|
The file name of the archived redo log. |
|
|
The number of the redo thread. |
|
|
The log sequence number. |
|
|
The |
|
|
The time stamp of the most recent |
|
|
The first SCN of this redo log. |
|
|
The time when Oracle switched into the redo log. |
|
|
The first SCN of the next redo log in the thread. |
|
|
The first time stamp of the next redo log in the thread. |
|
|
The size of this archived log in operating system blocks. |
|
|
The size of the block in bytes. |
|
|
The time when the redo log was archived or copied. |
|
|
Indicates whether the log was archived: |
|
|
The status of the archived redo log: |
|
|
The database that archived this log: |
|
|
Indicates whether this archived log contains the start of a LogMiner dictionary: If both |
|
|
Indicates whether this archived log contains the end of a LogMiner dictionary: |
|
|
This copy is located in the fast recovery area: |
|
|
Internal only |
|
|
Creator of the archived redo log:
|
|
|
Indicates whether this log was created during terminal recovery of a standby database. Values are |
|
|
Primary key of the Data Guard database associated with this file. Each database in a Data Guard environment has a unique |