Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

DBA_LOGSTDBY_LOG

DBA_LOGSTDBY_LOG shows the logs registered for a logical standby database.

Column Datatype NULL Description

THREAD#

NUMBER

NOT NULL

Thread ID of the archived redo log. The THREAD number is 1 for a single instance. For Real Application Clusters, this column will contain different numbers.

SEQUENCE#

NUMBER

NOT NULL

Sequence number of the archived redo log file

FIRST_CHANGE#

NUMBER

System change number (SCN) of the current archived redo log

NEXT_CHANGE#

NUMBER

System change number (SCN) of the next archived redo log

FIRST_TIME

DATE

Date of the current archived redo log

NEXT_TIME

DATE

Date of the next archived redo log

FILE_NAME

VARCHAR2(513)

Name of the archived redo log

TIMESTAMP

DATE

Time when the archived redo log was registered

DICT_BEGIN

VARCHAR2(3)

Indicates whether the beginning of the dictionary build is in this particular archived redo log (YES) or not (NO)

DICT_END

VARCHAR2(3)

Indicates whether the end of the dictionary build is in this particular archived redo log (YES) or not (NO)


Note:

The SCN values in this view correlate to the SCN values shown in the DBA_LOGSTDBY_PROGRESS view.