bluestone

Learning without thinking leads to confusion;thinking without learning leads to danger.

  博客园 :: 首页 :: 新随笔 :: :: :: 管理 ::

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;

posted on 2014-04-02 10:51  ssatyr  阅读(155)  评论(0)    收藏  举报