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


VIEW: SYS.CDB_FILE_GROUP_VERSIONS

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

Details about file group versions 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
CREATOR VARCHAR2 (128) Yes Creator of the version
CREATED TIMESTAMP(6) WITH TIME ZONE (13) Yes When the version was created
COMMENTS VARCHAR2 (4000)
User specified comment
DEFAULT_DIRECTORY VARCHAR2 (128)
Default directory object
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
,      CREATOR
,      CREATED
,      COMMENTS
,      DEFAULT_DIRECTORY
,      CON_ID
FROM SYS.CDB_FILE_GROUP_VERSIONS;

Dependencies

[top of page]

SYS.CDB_FILE_GROUP_VERSIONS does not reference any database object

SYS.CDB_FILE_GROUP_VERSIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_FILE_GROUP_VERSIONS