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

    );