Oracle 11g R2查看表的存储结构

select user, table_name 表名, tablespace_name 表空间名,
         initial_extent 初始区长, next_extent 后续区长, min_extents 最小区数,
         max_extents 最大区数 from user_tables  where table_name='table1';
table1为所要查看表的表名。
posted @ 2015-04-26 20:30  preditctfuture  阅读(159)  评论(0)    收藏  举报