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


VIEW: SYS.CDB_SYNC_CAPTURE_TABLES

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

All tables that are captured by synchronous streams captures. in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_OWNER VARCHAR2 (128)
Owner of the sync capture table
TABLE_NAME VARCHAR2 (128)
Name of the sync capture table
ENABLED VARCHAR2 (3)
Is synchronous Streams capture enabled for this table?
CON_ID NUMBER

container id
Query Text

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


SELECT TABLE_OWNER
,      TABLE_NAME
,      ENABLED
,      CON_ID
FROM SYS.CDB_SYNC_CAPTURE_TABLES;

Dependencies

[top of page]

SYS.CDB_SYNC_CAPTURE_TABLES does not reference any database object

SYS.CDB_SYNC_CAPTURE_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_SYNC_CAPTURE_TABLES