Oracle Error Message
ORA-14074: partition bound must collate higher than that of the last partition
Reason for 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.
Solution
Ensure that the partition bound of the partition to be added collates higher than that of the table’s last partition.