Oracle: HOW TO CHECK THE SPACE IN TABLESPACE

select tablespace_name,sum(bytes/1024/1024/1024) from dba_free_space group by tablespace_name