/* How big is the DB ? */ compute sum of bytes on report break on report Select tablespace_name, sum(bytes) bytes From dba_data_files Group by tablespace_name;