ORACLE 查看表空间

select tablespace_name, file_id, file_name,
round(bytes/(1024*1024),0) total_space
from dba_data_files where tablespace_name like '%数据库名%';

posted on 2016-10-19 10:41  anlove  阅读(163)  评论(0)    收藏  举报

导航