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


VIEW: SYS.CDB_FILE_GROUP_FILES

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

Details about file group files 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
FILE_NAME VARCHAR2 (512) Yes Name of the file
FILE_DIRECTORY VARCHAR2 (128) Yes Directory object for the file
FILE_TYPE VARCHAR2 (32)
File type
FILE_SIZE NUMBER

File size
FILE_BLOCK_SIZE NUMBER

File block size
COMMENTS VARCHAR2 (4000)
User specified comment
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
,      FILE_NAME
,      FILE_DIRECTORY
,      FILE_TYPE
,      FILE_SIZE
,      FILE_BLOCK_SIZE
,      COMMENTS
,      CON_ID
FROM SYS.CDB_FILE_GROUP_FILES;

Dependencies

[top of page]

SYS.CDB_FILE_GROUP_FILES does not reference any database object

SYS.CDB_FILE_GROUP_FILES is referenced by following:

SchemaPUBLIC
SynonymCDB_FILE_GROUP_FILES