| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_SYNC_CAPTURE_PREPARED_TABS displays information about the tables accessible to the current user that are prepared for synchronous capture instantiation.
DBA_SYNC_CAPTURE_PREPARED_TABS displays information about all tables in the database that are prepared for synchronous capture instantiation.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
TABLE_OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the table prepared for synchronous capture instantiation | 
TABLE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the table prepared for synchronous capture instantiation | 
SCN | 
NUMBER | 
NOT NULL | 
SCN from which changes can be captured | 
TIMESTAMP | 
DATE | 
Time at which the table was ready to be instantiated | 
See Also:
"DBA_SYNC_CAPTURE_PREPARED_TABS"