Django_admin_log table is error with migrate and giving ORA-00955

29 views
Skip to first unread message

ashish goyal

unread,
Jun 20, 2020, 11:41:52 AM6/20/20
to Django users
I have been trying to do below steps and all the migrations except my custom apps are getting failed with ORA-00955 error saying name is already used by an existing object. When i search in oracle dba_tables i don't find DJANGO_ADMIN_LOG table

i have executed below steps which is failing:

python manage.py makemigrations
python maange.py migrate admin
django.db.utils.databaseerror ora-00955 name is already used by an existing object
*****************************
while i am able to perform

python manage.py migrate myapp
same happening for other objects like auth and session.

Any help is appreciated??
Reply all
Reply to author
Forward
0 new messages