Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
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, 129 of 521


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 

 

The starting point for capturing change data 

END_DATE 

DATE 

 

The stopping point for capturing change data 

BEGIN_SCN 

NUMBER 

 

The starting point for capturing change data 

END_SCN 

NUMBER 

 

The stopping point for capturing change data 

FRESHNESS_DATE 

DATE 

 

The stopping point for the last successful advance 

FRESHNESS_SCN 

NUMBER 

 

The 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 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, 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