How to fix the Oracle error ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects?
In this post, you’ll learn more about the Oracle ErrorORA-14760: ADD PARTITION is not permitted on Interval partitioned objects with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects
Reason for the Error ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects
ALTER TABLE ADD PARTITION was attempted on an Interval partitioned object.
How to fix the Error ORA-14760: ADD PARTITION is not permitted on Interval partitioned objects ?
You can fix this error in Oracle by following the below steps
Do not perform the operation on an Interval partitioned object. Insert a row to create the new partition.
Leave Your Comment