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.