Skip Headers

Oracle® Database Reference
10g Release 1 (10.1)

Part Number B10755-01
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
Previous
Go to next page
Next
View PDF

ALL_SUBSCRIPTIONS

ALL_SUBSCRIPTIONS describes the subscriptions accessible to the current user. This view is intended for use by Change Data Capture subscribers.


Related Views
Column Datatype NULL Description
HANDLE NUMBER NOT NULL Subscription handler
SET_NAME VARCHAR2(30) NOT NULL Change set identifier
USERNAME VARCHAR2(30) NOT NULL User name of the subscriber
CREATED DATE NOT NULL Subscription creation date
STATUS VARCHAR2(1) NOT NULL N indicates not yet active, A indicates is currently active
EARLIEST_SCN NUMBER NOT NULL Starting point for the select/view
LATEST_SCN NUMBER NOT NULL Ending point for the select/view
DESCRIPTION VARCHAR2(255)   Comment field for the subscriber
LAST_PURGED DATE   Last time the subscriber called the PURGE_WINDOW for this subscription
LAST_EXTENDED DATE   Last time the subscriber called the EXTEND_WINDOW for this subscription
SUBSCRIPTION_NAME VARCHAR2(30) NOT NULL Name of the subscription