Cause: Partition bound specified in ALTER TABLE ADD PARTITION statement did not collate higher than that of the table's last partition, which is illegal. See the solution below.
Error solution: Ensure that the partition bound of the partition to be added collates higher than that of the table's last partition.
Database version: Oracle 11g Release 2 (11.2)