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


VIEW: SYS.CDB_FLASHBACK_ARCHIVE_TS

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

Description of tablespaces in the flashback archives available in the system in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT FLASHBACK_ARCHIVE_NAME
,      FLASHBACK_ARCHIVE#
,      TABLESPACE_NAME
,      QUOTA_IN_MB
,      CON_ID
FROM SYS.CDB_FLASHBACK_ARCHIVE_TS;

Dependencies

[top of page]

SYS.CDB_FLASHBACK_ARCHIVE_TS does not reference any database object

SYS.CDB_FLASHBACK_ARCHIVE_TS is referenced by following:

SchemaPUBLIC
SynonymCDB_FLASHBACK_ARCHIVE_TS