Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_SYNC_CAPTURE_TABLES
displays information about the tables accessible to the current user that are captured by synchronous Streams captures.
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 ) |
See Also:
"DBA_SYNC_CAPTURE_TABLES"