Database Error Messages

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