Oracle Error ORA-31403: change table string already contains a column string

Oracle Error Message

ORA-31403: change table string already contains a column string

Reason for the Error

Issued ALTER_CHANGE_TABLE with an add operation but a column by this name already exists in the specified table.

Solution

Check the names and call the procedure again.