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


VIEW: SYS.DBA_SUBSCRIPTIONS

Object Details
Object Name: DBA_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.DBA_SUBSCRIPTIONS;

Dependencies

[top of page]

SYS.DBA_SUBSCRIPTIONS references the following:

SchemaSYS
TableCDC_SUBSCRIBERS$
SYS.DBA_SUBSCRIPTIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_SUBSCRIPTIONS
SchemaSYS
Package BodyDBMS_CDC_IMPDPV - show dependent code
Package BodyDBMS_CDC_SUBSCRIBE - show dependent code