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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.