name is already used by an existing object
Something I'm bothered about since longer than yesterday, and to which it is hard to find a fix for: In the database, errors are thrown to indicate the cause of an issue. Fine. They have numbers (and types), so you can identify them very easily: very good. A matching (language dependent) text is written next to the error number: good ... but; Let's take for example this one: ORA-00955: name is already used by an existing object Now, I know there was an issue because some action tried to do something, but the object already seemed to exist, which was