ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects
What triggered the Error:
ALTER TABLE ADD PARTITION was attempted on an Interval partitioned object.What should we do to fix it:
Do not perform the operation on an Interval partitioned object. Insert a row to create the new partition.