CTAS高效重建表进行碎片整理,字段新增的操做文档

举例: select /*+ parallel(8) */ min(rptdate),max(rptdate),count(1)  from TRPTCLSPARAM where rptdate <= '2015-11-30 23:59:59'  重建表: create table TRPTCLSPARAM_NEW parallel 8 nologging as  select * from TR
相关文章
相关标签/搜索