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


VIEW: SYS.CDB_FILE_GROUP_TABLESPACES

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

Details about the transportable tablespaces 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
TABLESPACE_NAME VARCHAR2 (30) Yes Name of the tablespace
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
,      TABLESPACE_NAME
,      CON_ID
FROM SYS.CDB_FILE_GROUP_TABLESPACES;

Dependencies

[top of page]

SYS.CDB_FILE_GROUP_TABLESPACES does not reference any database object

SYS.CDB_FILE_GROUP_TABLESPACES is referenced by following:

SchemaPUBLIC
SynonymCDB_FILE_GROUP_TABLESPACES