1. Check the size of each table on specific schema ;
SQL> select segment_name,bytes/1024/1024 as mb from user_segments;
SEGMENT_NAME MB
-------------------- ----------
SALES 54
2.
1. Check the size of each table on specific schema ;
SQL> select segment_name,bytes/1024/1024 as mb from user_segments;
SEGMENT_NAME MB
-------------------- ----------
SALES 54
2.
转载于:https://www.cnblogs.com/jefflu2012/archive/2012/08/26/2657504.html