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

Oracle Error Message

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

Reason for the Error

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

Solution

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