ORA-14624: DEFAULT subpartition must be last subpartition specified
Cause: A subpartition description follows the one describing the default subpartition
Action: Ensure that the DEFAULT subpartition is the last subpartition description
ORA-14624 异常通常表示在执行创建子分区表时,将默认分区指定为子分区表中的第一个分区,而不是作为指定的子分区表中的最后一个分区。
1. 检查子分区表中将默认分区指定为第一个分区;
2. 将默认分区指定为最后一个子分区表中的分区;
3. 重新执行操作。