select tablespace_name,sum(bytes)/1024/1024 from dba_free_space group by tablespace_name;
select * from dba_data_files;
alter tablespace tbtest add datafile '/oradata/test/test.dbf' size 1G;
bluestoneLearning without thinking leads to confusion;thinking without learning leads to danger. |