DBA_FREE_SPACEFree extents in all tablespaces------------------------------------------------------------------------------------TABLESPACE_NAME VARCHAR2 Name of the tablespace containing the extentFILE_ID NUMBER ID number of the file containing the extentBLOCK_ID NUMBER Starting block number of the extentBYTES NUMBER Size of the extent in bytesBLOCKS NUMBER Size of the extent in ORACLE blocksRELATIVE_FNO NUMBER Relative number of the file containing the extentDBA_FREE_SPACE_COALESCEDStatistics on Coalesced Space in Tablespaces------------------------------------------------------------------------------------TABLESPACE_NAME VARCHAR2 Name of TablespaceTOTAL_EXTENTS NUMBER Total Number of Free Extents in TablespaceEXTENTS_COALESCED NUMBER Total Number of Coalesced Free Extents in TablespacePERCENT_EXTENTS_COALESCED NUMBER Percentage of Coalesced Free Extents in TablespaceTOTAL_BYTES NUMBER Total Number of Free Bytes in TablespaceBYTES_COALESCED NUMBER Total Number of Coalesced Free Bytes in TablespaceTOTAL_BLOCKS NUMBER Total Number of Free Oracle Blocks in TablespaceBLOCKS_COALESCED NUMBER Total Number of Coalesced Free Oracle Blocks in TablespacePERCENT_BLOCKS_COALESCED NUMBER Percentage of Coalesced Free Oracle Blocks in Tablespace