ORA-14074: partition bound must collate higher than that of the last partition
What triggered the Error:
Partition bound specified in ALTER TABLE ADD PARTITION statement did not collate higher than that of the table's last partition, which is illegal.What should we do to fix it:
Ensure that the partition bound of the partition to be added collates higher than that of the table's last partition.