alter table table_name add
partition M201306 values less than ('20130701')
tablespace TS_DTL
pctfree 10
initrans 30
maxtrans 255
storage
(
initial 4M
minextents 1
maxextents unlimited
);
上一篇:如何修改oracle时区
下一篇:ORA-65086: cannot open/close the pluggable database