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


VIEW: SYS.ALL_SYNC_CAPTURE_TABLES

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

All tables that are captured by synchronous streams captures.

[View Source]

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

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


SELECT TABLE_OWNER
,      TABLE_NAME
,      ENABLED
FROM SYS.ALL_SYNC_CAPTURE_TABLES;

Dependencies

[top of page]

SYS.ALL_SYNC_CAPTURE_TABLES references the following:

SchemaSYS
ViewALL_STREAMS_TABLE_RULES
TYPEANYDATA
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
PL/SQL PackageDBMS_SCHEDULER - show dependent code
FunctionGET_MAX_CHECKPOINT
TableOBJ$
TableTAB$
TableUSER$
SYS.ALL_SYNC_CAPTURE_TABLES is referenced by following:

SchemaPUBLIC
SynonymALL_SYNC_CAPTURE_TABLES