How will you monitor the space allocation ?
SQL>desc dba_data_files; SQL>desc v$tablespace; SQL>select bytes from dba_data_files where tablespace_name like 'TABLSPACE_NAME';