Oracle Solution for Error ora-14759

Solution for Oracle Error ORA-14759

ORA-14759: SET INTERVAL is not legal on this table.

What triggered the Error:

ALTER TABLE SET INTERVAL is only legal on a range partitioned table with a single partitioning column. Additionally this table cannot have a maxvalue partition.

What should we do to fix it:

Use SET INTERVAL only on a valid table