oracle · oracle/ORA-00955
ORA-00955
name is already used by an existing object
A CREATE statement tried to create a database object (table, index, sequence, view, etc.) with a name that already exists in the schema. Either drop or rename the existing object first, or choose a different name for the new object.