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


VIEW: SYS.CDB_FREE_SPACE_COALESCED_TMP2

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

in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TS# NUMBER

Number of Tablespace
TOTAL_EXTENTS NUMBER

Number of Free Extents in Tablespace
TOTAL_BLOCKS NUMBER

Total Free Blocks in Tablespace
CON_ID NUMBER

container id
Query Text

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


SELECT TS#
,      TOTAL_EXTENTS
,      TOTAL_BLOCKS
,      CON_ID
FROM SYS.CDB_FREE_SPACE_COALESCED_TMP2;

Dependencies

[top of page]

SYS.CDB_FREE_SPACE_COALESCED_TMP2 does not reference any database object

SYS.CDB_FREE_SPACE_COALESCED_TMP2 is referenced by following:

SchemaPUBLIC
SynonymCDB_FREE_SPACE_COALESCED_TMP2