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