千家信息网

Oracle增加分区语句

发表于:2025-01-20 作者:千家信息网编辑
千家信息网最后更新 2025年01月20日,alter table table_name addpartition M201306 values less than ('20130701')tablespace TS_DTLpctfree 10
千家信息网最后更新 2025年01月20日Oracle增加分区语句

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

);

0