| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
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"