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


VIEW: SYS.DBA_FILE_GROUP_TABLES

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

Details about the tables in the file group repository

[View Source]

Columns
Name Datatype Length Mandatory Comments
FILE_GROUP_OWNER VARCHAR2 (128) Yes Owner of the file group
FILE_GROUP_NAME VARCHAR2 (128) 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
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
FROM SYS.DBA_FILE_GROUP_TABLES;

Dependencies

[top of page]

SYS.DBA_FILE_GROUP_TABLES references the following:

SchemaSYS
TableFGR$_FILE_GROUPS
TableFGR$_FILE_GROUP_VERSIONS
TableFGR$_TABLE_INFO
TableOBJ$
TableUSER$
SYS.DBA_FILE_GROUP_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_FILE_GROUP_TABLES