摘要:
ORACLE获取表所占用空间大小计算和展示 脚本: SELECT s.segment_name, decode(SUM(BYTES), null, 0, SUM(BYTES) / 1024) FROM DBA_SEGMENTS S, dba_tables t where s.owner = 'you segment owner' and t.owner ='your table owner' a... 阅读全文
posted @ 2008-08-18 15:20
Zhongjian Zhang
阅读(4929)
评论(0)
推荐(0)

浙公网安备 33010602011771号