/* How much space is left. */ Select tablespace_name, sum(bytes) bytes From dba_free_space Group by tablespace_name;