Oracle Solution for Error ora-14757

Solution for Oracle Error ORA-14757

ORA-14757: Table is already a range partitioned table

What triggered the Error:

SET INTERVAL () is used to convert an interval partitioned table to a range partitioned table. It is not legal on a range partitioned table

What should we do to fix it:

Use SET INTERVAL () only on an interval partitioned table.