| Oracle® Database Reference 11g Release 2 (11.2) Part Number E10820-02 |
|
|
View PDF |
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) |
See Also:
"DBA_SYNC_CAPTURE_TABLES"