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 tableWhat should we do to fix it:
Use SET INTERVAL () only on an interval partitioned table.