如何查看用户表所占空间的大小?说明:
SQL> col SEGMENT_NAME format a20
SQL> col TABLESPACE_NAME format a20
SQL> select segment_name,tablespace_name,bytes,blocks from user_segments where segment_type='TABLE'
版权所有2008 http://www.eduaskhrb.com 联系电话:0451-87362400 87362500 87362600 京ICP备05007567号