查询oracle数据库 表占用磁盘空间大小

select sum(bytes)/1024/1024 "MB" from dba_segments where segment_name='TABLE_NAME'

 

 

 

 

你可能感兴趣的:(数据库)