Oracle Solution for Error ora-14703

Solution for Oracle Error ORA-14703

ORA-14703: The AFTER clause can be used to ADD PARTITION only to a System Partitioned table.

What triggered the Error:

The table is not partitioned by the System method

What should we do to fix it:

Skip the AFTER clause.