oracle 查看temp表空间被谁使用
2个回答
展开全部
select a.file_id "FileNo",a.tablespace_name "Tablespace_name", a.bytes "Bytes",a.bytes-sum(nvl(b.bytes,0)) "Used", sum(nvl(b.bytes,0)) "Free", sum(nvl(b.bytes,0))/a.bytes*100 "%free"
from dba_data_files a, dba_free_space b where a.file_id=b.file_id(+) group by a.tablespace_name , a.file_id,a.bytes order by a.tablespace_name;
from dba_data_files a, dba_free_space b where a.file_id=b.file_id(+) group by a.tablespace_name , a.file_id,a.bytes order by a.tablespace_name;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Script:List SORT ACTIVITY监控临时空间的使用
http://www.askmaclean.com/archives/script-list-sort-activity-monitor-temp-space.html
http://www.askmaclean.com/archives/script-list-sort-activity-monitor-temp-space.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询