oracle查看分区表分区情况及表的创建语句

1、查看表的创建语句

select dbms_metadata.get_ddl('TABLE','TABLE_NAME') from dual;
2、查看分区情况
select partition_name from user_tab_partitions where table_name='CMS_ENTITY'; 

 

posted @ 2018-10-12 15:48  Knight灬麒  阅读(6170)  评论(0编辑  收藏  举报