摘要: REM tablespace report set linesize 200 select a.tablespace_name, round(a.bytes_alloc / 1024 / 1024) megs_alloc, round(nvl(b.bytes_free, 0) / 1024 / 1024) megs_free, round((a.b... 阅读全文
posted @ 2015-07-22 15:57 学习札记 阅读(153) 评论(0) 推荐(0) 编辑