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


VIEW: SYS.CDB_FILE_GROUP_TABLES

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

Details about the tables in the file group repository in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
FILE_GROUP_OWNER VARCHAR2 (30) Yes Owner of the file group
FILE_GROUP_NAME VARCHAR2 (30) Yes Name of the file group
VERSION_NAME VARCHAR2 (128) Yes Name of the version
VERSION NUMBER
Yes Internal version number
OWNER VARCHAR2 (128) Yes Schema table belongs to
TABLE_NAME VARCHAR2 (128) Yes Name of the table
TABLESPACE_NAME VARCHAR2 (30)
Name of the tablespace containing the table
SCN NUMBER

SCN table was exported at
CON_ID NUMBER

container id
Query Text

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


SELECT FILE_GROUP_OWNER
,      FILE_GROUP_NAME
,      VERSION_NAME
,      VERSION
,      OWNER
,      TABLE_NAME
,      TABLESPACE_NAME
,      SCN
,      CON_ID
FROM SYS.CDB_FILE_GROUP_TABLES;

Dependencies

[top of page]

SYS.CDB_FILE_GROUP_TABLES does not reference any database object

SYS.CDB_FILE_GROUP_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_FILE_GROUP_TABLES