Oracle Error ORA-14316: table is not partitioned by List method

Oracle Error Message

ORA-14316: table is not partitioned by List method

Reason for the Error

ALTER TABLE ADD|DROP VALUES can only be performed on List partitioned objects

Solution

Re-issue the command against a List partitioned object.