[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SUBSCRIBED_TABLES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Change Data Capture subscribed tables
| 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 |
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.DBA_SUBSCRIBED_TABLES;
SYS
CDC_CHANGE_TABLES$
CDC_SUBSCRIBED_TABLES$
CDC_SUBSCRIBERS$
PUBLIC
DBA_SUBSCRIBED_TABLES
SYS
DBMS_CDC_SUBSCRIBE
- show dependent code
|
|
|
|