Oracle Error Message
ORA-14756: Table is not partitioned by Interval method.
Reason for the Error
The table was not partitioned by Interval method.
Solution
ALTER TABLE SET STORE IN is only valid for Interval partitioned tables. Ensure that the table by Interval.