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


TABLE: SYS.CDC_PROPAGATED_SETS$

Object Details
Object Name: CDC_PROPAGATED_SETS$
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
I_CDC_PROPAGATED_SETS$ NORMAL NONUNIQUE TablespaceSYSTEM ColumnPROPAGATION_NAME
Columns
Name Datatype Length Mandatory Comments
PROPAGATION_NAME VARCHAR2 (128) Yes
CHANGE_SET_PUBLISHER VARCHAR2 (128) Yes
CHANGE_SET_NAME VARCHAR2 (128) Yes
Query Text

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


SELECT PROPAGATION_NAME
,      CHANGE_SET_PUBLISHER
,      CHANGE_SET_NAME
FROM SYS.CDC_PROPAGATED_SETS$;

Dependencies

[top of page]

SYS.CDC_PROPAGATED_SETS$ does not reference any database object

SYS.CDC_PROPAGATED_SETS$ is referenced by following:

SchemaSYS
ViewALL_CHANGE_PROPAGATION_SETS
Package BodyDBMS_CDC_EXPDP - show dependent code
Package BodyDBMS_CDC_IMPDP - show dependent code
Package BodyDBMS_CDC_IPUBLISH - show dependent code
Package BodyDBMS_CDC_SYS_IPUBLISH - show dependent code