Oracle Solution for Error ora-14767

Solution for Oracle Error ORA-14767

ORA-14767: Cannot specify this interval with existing high bounds

What triggered the Error:

The interval specified conflicts with the existing high bound for the last partition. The combination might lead to invalid dates for high bounds in the future.

What should we do to fix it:

If this is a CREATE TABLE, try specifying a different high bound value for the last partition, or a different interval. If this is an ALTER TABLE SET INTERVAL, please choose either a different interval, or, modify the table to change the high bound for the last partition.