查看段信息的脚本

select segment_name,

    partition_name,

    segment_type,

    bytes/1024/1024,

    tablespace_name

from user_segments

where segment_name in('RANGE_PART_TAB ','NORM_TAB')

 

posted on 2014-06-05 14:07  todayiwillgo  阅读(129)  评论(0)    收藏  举报

导航