Showing posts with label ORA-14030: non-existent partitioning column in CREATE TABLE statement. Show all posts
Showing posts with label ORA-14030: non-existent partitioning column in CREATE TABLE statement. Show all posts

Tuesday, 13 March 2012

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

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

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

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