Database Error Messages

ORA-01433

synonym to be created is already defined

Cause

A CREATE SYNONYM statement specified a synonym name that was the same as an existing synonym, table, view, or cluster. Synonyms may not have the same name as any other synonym, table, view, or cluster available to the user creating the synonym.


Action

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