[Home] [Help]
[Dependency Information]
| Object Name: | CDB_FREE_SPACE_COALESCED_TMP4 |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
in all containers
| 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 |
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_TMP4;
SYS.CDB_FREE_SPACE_COALESCED_TMP4 does not reference any database object
SYS.CDB_FREE_SPACE_COALESCED_TMP4 is referenced by following:
PUBLIC
CDB_FREE_SPACE_COALESCED_TMP4
|
|
|
|