Oracle Error Message
ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects
Reason for the Error
ALTER TABLE ADD PARTITION was attempted on an Interval partitioned object.
Solution
Do not perform the operation on an Interval partitioned object. Insert a row to create the new partition.