DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_SUBSCRIPTIONS

Object Details
Object Name: USER_SUBSCRIPTIONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Change Data Capture subscriptions

[View Source]

Columns
Name Datatype Length Mandatory Comments
HANDLE NUMBER
Yes Unique identifier of the subscription
SET_NAME VARCHAR2 (128) Yes Change set for the subscription
USERNAME VARCHAR2 (128) Yes User name of the subscriber
CREATED DATE
Yes Creation date of the subscription
STATUS CHAR (1) Yes Status of the subscriptions (N not activated, A activated)
EARLIEST_SCN NUMBER
Yes Subscription window low boundary
LATEST_SCN NUMBER
Yes Subscription window high boundary
DESCRIPTION VARCHAR2 (255)
Description of the subscription
LAST_PURGED DATE

Last time subscriber called purge_window
LAST_EXTENDED DATE

Last time subscriber called extend_window
SUBSCRIPTION_NAME VARCHAR2 (128) Yes Name of the subscription
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT HANDLE
,      SET_NAME
,      USERNAME
,      CREATED
,      STATUS
,      EARLIEST_SCN
,      LATEST_SCN
,      DESCRIPTION
,      LAST_PURGED
,      LAST_EXTENDED
,      SUBSCRIPTION_NAME
FROM SYS.USER_SUBSCRIPTIONS;

Dependencies

[top of page]

SYS.USER_SUBSCRIPTIONS references the following:

SchemaSYS
TableCDC_SUBSCRIBERS$
TableUSER$
SYS.USER_SUBSCRIPTIONS is referenced by following:

SchemaPUBLIC
SynonymALL_SUBSCRIPTIONS
SynonymUSER_SUBSCRIPTIONS