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

CHANGE_SETS

CHANGE_SETS enables publishers to view existing change sets. You must have the SELECT_CATALOG_ROLE privilege to access this view.

Column Datatype NULL Description

SET_NAME

VARCHAR2(30)

NOT NULL

User specified identifier. For synchronous change sources, there is one pre-created source with the SET_NAME "SYNC_SET."

CHANGE_SOURCE_NAME

VARCHAR2(30)

NOT NULL

The change source to which this set belongs

BEGIN_DATE

DATE

Starting point for capturing change data

END_DATE

DATE

Stopping point for capturing change data

BEGIN_SCN

NUMBER

Starting point for capturing change data

END_SCN

NUMBER

Stopping point for capturing change data

FRESHNESS_DATE

DATE

Stopping point for the last successful advance

FRESHNESS_SCN

NUMBER

Stopping point for the last successful advance

ADVANCE_ENABLED

VARCHAR2(1)

NOT NULL

Identifies eligibility for advance (Y|N)

IGNORE_DDL

VARCHAR2(1)

NOT NULL

Identifies whether to continue (Y) or stop (N)

CREATED

DATE

NOT NULL

The creation date of the change set

ROLLBACK_SEGMENT_NAME

VARCHAR2(30)

Used during advance (optional)

ADVANCING

VARCHAR2(1)

NOT NULL

Identifies whether or not (Y|N) an advance is in progress for this set (set by advance)

PURGING

VARCHAR2(1)

NOT NULL

Identifies whether or not (Y|N) a purge of old data is in progress for this change set (set by advance)

LOWEST_SCN

NUMBER

NOT NULL

Current low water mark for change data remaining in this set after the latest purge

TABLESPACE

VARCHAR2(30)

NOT NULL

Location where advance creates LCR staging tables