oracle查询每个表的占用空间时间:2023-03-09 08:23:25 Select Segment_Name,Sum(bytes)/1024/1024 From User_Extents Group By Segment_Name order by Sum(bytes) desc