[Home] [Help]
[Dependency Information]
| Object Name: | DBA_FREE_SPACE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Free extents in all tablespaces
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TABLESPACE_NAME
, FILE_ID
, BLOCK_ID
, BYTES
, BLOCKS
, RELATIVE_FNO
FROM SYS.DBA_FREE_SPACE;
SYS
FET$
FILE$
RECYCLEBIN$
TS$
UET$
DBSNMP
DBA_FREE_SPACE
PUBLIC
DBA_FREE_SPACE
SYS
DBMS_AUDIT_MGMT
- show dependent code
DBMS_SPACE
- show dependent code
INITJVMAUX
- show dependent code
KUPC$QUE_INT
- show dependent code
PRVT_ILM
- show dependent code
SM$TS_FREE
|
|
|
|