Django Migrate ORA-00955 error

0

I'm doing a project in django 1.8.7 using Linux Ubuntu 16 and connected to an Oracle 11g database, at the moment of wanting to migrate the project using the python manage.py migrate it throws the following error, does anyone know how to solve it?

return self.cursor.execute(query, self._param_generator(params))
django.db.utils.DatabaseError: ORA-00955:
    name is already used by an existing object
    
asked by Oscar Corleto Soto 31.12.2018 в 04:45
source

0 answers