Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.