Oracle DBA, How To, Error, Cause and Action

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.

No comments:

Post a Comment

Thanks for your comment.