Database Error Messages

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

OCI-01430

column being added already exists in table

Cause

An ALTER TABLE ADD statement specified the name of a column that was already in the table. All column names must be unique within a table.


Action

Specify a unique name for the new column, then re-execute the statement.