摘要: 1、Select Segment_Name,Sum(bytes)/1024/1024 From User_Extents Group By Segment_Name 可统计各表所占的表空间 2、 drop表在回收站可找到 select * from recyclebin 清除回收站: purge r 阅读全文
posted @ 2012-04-24 10:33 hongweigg 阅读(26) 评论(0) 推荐(0)