Oracle中分区表的使用(46) ce03;Table altered.SQL>
增加一个分区的时候,增加的分区的条件必须大于现有分区的最大值,否则系统将提示ORA-14074 partition bound must collate higher than that of the last partition 错误。
SQL> alter table dinya_test merge partitions part_01,part_02 into partition part_02;