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


VIEW: SYS.CDB_FREE_SPACE_COALESCED_TMP6

Object Details
Object Name: CDB_FREE_SPACE_COALESCED_TMP6
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
EXTENTS_COALESCED NUMBER

Number of Coalesced Free Extents in Tablespace
BLOCKS_COALESCED NUMBER

Total Coalesced Free Oracle Blocks in Tablespace
CON_ID NUMBER

container id
Query Text

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


SELECT TS#
,      EXTENTS_COALESCED
,      BLOCKS_COALESCED
,      CON_ID
FROM SYS.CDB_FREE_SPACE_COALESCED_TMP6;

Dependencies

[top of page]

SYS.CDB_FREE_SPACE_COALESCED_TMP6 does not reference any database object

SYS.CDB_FREE_SPACE_COALESCED_TMP6 is referenced by following:

SchemaPUBLIC
SynonymCDB_FREE_SPACE_COALESCED_TMP6