Database Error Messages

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

ORA-00945

specified clustered column does not exist

Cause

A column specified in the cluster clause of a CREATE TABLE statement was not a column in this table.


Action

Re-execute the statement, using the names of columns defined for the table.