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


VIEW: SYS.CDB_FLASHBACK_ARCHIVE_TABLES

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

Information about the tables that are enabled for Flashback Archive in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (30) Yes Name of the table enabled for Flashback Archive
OWNER_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_FLASHBACK_ARCHIVE_TABLES;

Dependencies

[top of page]

SYS.CDB_FLASHBACK_ARCHIVE_TABLES does not reference any database object

SYS.CDB_FLASHBACK_ARCHIVE_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_FLASHBACK_ARCHIVE_TABLES