Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
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
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

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 name
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 Subscription window low boundary
LATEST_SCN NUMBER NOT NULL Subscription window high boundary
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