Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_FLASHBACK_ARCHIVE_TABLES
displays information about all tables in the database that are enabled for Flashback Archive.
USER_FLASHBACK_ARCHIVE_TABLES
displays information about the tables owned by the current user that are enabled for Flashback Archive.
Column | Datatype | NULL | Description |
---|---|---|---|
TABLE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the table enabled for Flashback Archive |
OWNER_NAME |
VARCHAR2(30) |
NOT NULL |
Owner name of the table enabled for Flashback Archive |
FLASHBACK_ARCHIVE_NAME |
VARCHAR2(255) |
NOT NULL |
Name of the flashback archive |
ARCHIVE_TABLE_NAME |
VARCHAR2(53) |
Name of the archive table containing the historical data for the user table |
See Also:
"USER_FLASHBACK_ARCHIVE_TABLES"