Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 272 of 625


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 Oracle9i Real Application Clusters, this column will contain different numbers.

SEQUENCE#

NUMBER

NOT NULL

Sequence number of the archived redo log file

FIRST_CHANGE#

NUMBER

SCN of the current archived redo log

NEXT_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)

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

DICT_END

VARCHAR2(3)

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


Note:

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



Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback