首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

讲解如何检查使用空间大于90%的表空间

整理日期:2008年04月02日 【字体:

检查使用空间大于90%的表空间示例:

select a.tablespace_name,
    totalspace,
    nvl(freespace, 0) freespace,
    (totalspace - nvl(freespace, 0)) used,
    ((totalspace - nvl(freespace, 0)) / totalspace) * 100 "%USED"
 from (select tablespace_name, sum(bytes) / 1048576 totalspace

伊图教程网[www.etoow.com]
http://www.etoow.com/html/2008-04/1207106702.html
     from dba_data_files
Tags:
讲解如何检查使用空间大于90%的表空间
'http://www.etoow.com/html/2008-04/1207106702.html
1
 
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved