Oracle查询表大小,更新或查询太慢的时候

SELECT owner, segment_name, SUM(bytes /1024/1024 /1024) sum FROM dba_segments where owner = ‘用户' and segment_name = '表名' GROUP BY owner,segment_name

猜你喜欢

转载自www.cnblogs.com/Wilson6/p/12980840.html
今日推荐