ALL_SYNC_CAPTURE_TABLES

ALL_SYNC_CAPTURE_TABLES displays information about the tables accessible to the current user that are captured by synchronous Streams captures.

Related View

DBA_SYNC_CAPTURE_TABLES displays information about all tables in the database that are captured by synchronous Streams captures.

Column Datatype NULL Description
TABLE_OWNER VARCHAR2(30)   Owner of the synchronous capture table
TABLE_NAME VARCHAR2(30)   Name of the synchronous capture table
ENABLED VARCHAR2(3)   Indicates whether synchronous Streams capture is enabled for the table (YES) or not (NO)