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


VIEW: SYS.CDB_FREE_SPACE

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

Free extents in all tablespaces in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLESPACE_NAME VARCHAR2 (30)
Name of the tablespace containing the extent
FILE_ID NUMBER

ID number of the file containing the extent
BLOCK_ID NUMBER

Starting block number of the extent
BYTES NUMBER

Size of the extent in bytes
BLOCKS NUMBER

Size of the extent in ORACLE blocks
RELATIVE_FNO NUMBER

Relative number of the file containing the extent
CON_ID NUMBER

container id
Query Text

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


SELECT TABLESPACE_NAME
,      FILE_ID
,      BLOCK_ID
,      BYTES
,      BLOCKS
,      RELATIVE_FNO
,      CON_ID
FROM SYS.CDB_FREE_SPACE;

Dependencies

[top of page]

SYS.CDB_FREE_SPACE does not reference any database object

SYS.CDB_FREE_SPACE is referenced by following:

SchemaPUBLIC
SynonymCDB_FREE_SPACE