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


VIEW: SYS.DBA_FLASHBACK_ARCHIVE_TS

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

Description of tablespaces in the flashback archives available in the system

[View Source]

Columns
Name Datatype Length Mandatory Comments
FLASHBACK_ARCHIVE_NAME VARCHAR2 (255) Yes Name of the flashback archive
FLASHBACK_ARCHIVE# NUMBER
Yes Number of the flashback archive
TABLESPACE_NAME VARCHAR2 (30) Yes Name of a tablespace in the flashback archive
QUOTA_IN_MB VARCHAR2 (40)
Maximum space in MB that can be used for Flashback Archive from the tablespace. NULL indicates no Quota restriction
Query Text

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


SELECT FLASHBACK_ARCHIVE_NAME
,      FLASHBACK_ARCHIVE#
,      TABLESPACE_NAME
,      QUOTA_IN_MB
FROM SYS.DBA_FLASHBACK_ARCHIVE_TS;

Dependencies

[top of page]

SYS.DBA_FLASHBACK_ARCHIVE_TS references the following:

SchemaSYS
TableSYS_FBA_FA
TableSYS_FBA_TSFA
TableTS$
SYS.DBA_FLASHBACK_ARCHIVE_TS is referenced by following:

SchemaPUBLIC
SynonymDBA_FLASHBACK_ARCHIVE_TS