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


VIEW: SYS.USER_SUBSCRIBED_TABLES

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

Change Data Capture subscribed tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
HANDLE NUMBER
Yes Unique identifier of the subscription
SOURCE_SCHEMA_NAME VARCHAR2 (128) Yes Source schema name of the subscribed table
SOURCE_TABLE_NAME VARCHAR2 (128) Yes Source table name of the subscribed table
VIEW_NAME VARCHAR2 (128)
Subscriber view name for the subscribed table
CHANGE_SET_NAME VARCHAR2 (128) Yes Change set name for the subscribed table
SUBSCRIPTION_NAME VARCHAR2 (128) Yes Name of the subscription
Query Text

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


SELECT HANDLE
,      SOURCE_SCHEMA_NAME
,      SOURCE_TABLE_NAME
,      VIEW_NAME
,      CHANGE_SET_NAME
,      SUBSCRIPTION_NAME
FROM SYS.USER_SUBSCRIBED_TABLES;

Dependencies

[top of page]

SYS.USER_SUBSCRIBED_TABLES references the following:

SchemaSYS
TableCDC_CHANGE_TABLES$
TableCDC_SUBSCRIBED_TABLES$
TableCDC_SUBSCRIBERS$
TableUSER$
SYS.USER_SUBSCRIBED_TABLES is referenced by following:

SchemaPUBLIC
SynonymALL_SUBSCRIBED_TABLES
SynonymUSER_SUBSCRIBED_TABLES