摘要:
1. 查看所有表空间大小SQL> select tablespace_name,sum(bytes)/1024/1024 from dba_data_files 2 group by tablespace_name;2. 已经使用的表空间大小SQL> select tablespace_name... 阅读全文
posted @ 2015-03-25 11:02
知点网
阅读(1981)
评论(0)
推荐(0)
|
摘要:
1. 查看所有表空间大小SQL> select tablespace_name,sum(bytes)/1024/1024 from dba_data_files 2 group by tablespace_name;2. 已经使用的表空间大小SQL> select tablespace_name... 阅读全文
posted @ 2015-03-25 11:02
知点网
阅读(1981)
评论(0)
推荐(0)
|