Oracle Solution for Error ora-14030

Solution for Oracle Error ORA-14030

ORA-14030: non-existent partitioning column in CREATE TABLE statement

What triggered the Error:

Partitioning column specified in CREATE TABLE statement is not one of columns of the table being created.

What should we do to fix it:

Ensure that all columns in the partitioning column list are columns of the table being created.