oracle查看表空间使用率

select total.tablespace_name, round(total.MB, 2) as Total_MB, round(total.MB - free.MB, 2) as Used_MB, round((1 - free.MB / total.MB) * 100, 2) as Used_Pct from (select tablespa
相关文章
相关标签/搜索