bluestone

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

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2014年4月2日

摘要: select tablespace_name,sum(bytes)/1024/1024 from dba_free_space group by tablespace_name;select * from dba_data_files;alter tablespace tbtest add data... 阅读全文
posted @ 2014-04-02 10:51 ssatyr 阅读(153) 评论(0) 推荐(0)