DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_FLASHBACK_ARCHIVE_TABLES

Object Details
Object Name: DBA_FLASHBACK_ARCHIVE_TABLES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Information about the tables that are enabled for Flashback Archive

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128) Yes Name of the table enabled for Flashback Archive
OWNER_NAME VARCHAR2 (128) Yes Owner name of the table enabled for Flashback Archive
FLASHBACK_ARCHIVE_NAME VARCHAR2 (255) Yes Name of the flashback archive
ARCHIVE_TABLE_NAME VARCHAR2 (53)
Name of the archive table containing the historical data for the user table
STATUS VARCHAR2 (13)
Status of whether flashback archive is enabled or being disabled on the table
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      OWNER_NAME
,      FLASHBACK_ARCHIVE_NAME
,      ARCHIVE_TABLE_NAME
,      STATUS
FROM SYS.DBA_FLASHBACK_ARCHIVE_TABLES;

Dependencies

[top of page]

SYS.DBA_FLASHBACK_ARCHIVE_TABLES references the following:

SchemaSYS
TableOBJ$
TableSYS_FBA_FA
TableSYS_FBA_TRACKEDTABLES
TableUSER$
SYS.DBA_FLASHBACK_ARCHIVE_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_FLASHBACK_ARCHIVE_TABLES