2.71 ALL_CAPTURE_PREPARED_TABLES
ALL_CAPTURE_PREPARED_TABLES
displays information about the tables prepared for instantiation that are accessible to the current user at the local database.
Related View
DBA_CAPTURE_PREPARED_TABLES
displays information about all tables prepared for instantiation at the local database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table that is ready to be instantiated |
|
|
|
Name of the table that is ready to be instantiated |
|
|
|
Smallest system change number (SCN) for which the table can be instantiated |
|
|
|
Date and time at which the table was ready to be instantiated |
|
|
|
Status of table-level PRIMARY KEY COLUMNS supplemental logging:
|
|
|
|
Status of table-level UNIQUE INDEX COLUMNS supplemental logging:
|
|
|
|
Status of table-level FOREIGN KEY COLUMNS supplemental logging:
|
|
|
|
Status of table-level ALL COLUMNS supplemental logging:
|
See Also: