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


VIEW: SYS.USER_FLASHBACK_ARCHIVE_TABLES

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

Information about the user 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.USER_FLASHBACK_ARCHIVE_TABLES;

Dependencies

[top of page]

SYS.USER_FLASHBACK_ARCHIVE_TABLES references the following:

SchemaSYS
ViewDBA_USERS
TableOBJ$
TableOBJAUTH$
TableSYS_FBA_FA
TableSYS_FBA_TRACKEDTABLES
TableSYS_FBA_USERS
TableUSER$
SYS.USER_FLASHBACK_ARCHIVE_TABLES is referenced by following:

SchemaPUBLIC
SynonymUSER_FLASHBACK_ARCHIVE_TABLES