Oracle Solution for Error ora-14080

Solution for Oracle Error ORA-14080

ORA-14080: partition cannot be split along the specified high bound

What triggered the Error:

User attempted to split a partition along a bound which either collates higher than that of the partition to be split or lower than that of a partition immediately preceding the one to be split

What should we do to fix it:

Ensure that the bound along which a partition is to be split collates lower than that of the partition to be split and higher that that of a partition immediately preceding the one to be split