ORA-14756: Table is not partitioned by Interval method.
What triggered the Error:
The table was not partitioned by Interval method.What should we do to fix it:
ALTER TABLE SET STORE IN is only valid for Interval partitioned tables. Ensure that the table by Interval.