Oracle Solution for Error ora-14316

Solution for Oracle Error ORA-14316

ORA-14316: table is not partitioned by List method

What triggered the Error:

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

What should we do to fix it:

Re-issue the command against a List partitioned object.