[Home] [Help]
[Dependency Information]
| Object Name: | DBA_FREE_SPACE_COALESCED_TMP4 |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TS#
, TOTAL_EXTENTS
, TOTAL_BLOCKS
FROM SYS.DBA_FREE_SPACE_COALESCED_TMP4;
SYS
DBA_FREE_SPACE_COALESCED_TMP3
SYS
DBA_FREE_SPACE_COALESCED
|
|
|
|