DATABASES = { 'default': { 'ENGINE': 'django.db.backends.oracle', 'NAME': 'orcl', # my sid is orcl. is this sid or something else?? 'USER': 'hr', # my instalation user is hr 'PASSWORD': 'hr', # Instalation Pass also hr 'HOST': '', 'PORT': '', } }
I can't connect oracle in my project. For last 2 days i tried to solve this issue. But still same problem. I can't able to migrate.I am using Oracle 11g.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/03a2ca2e-1ace-4e71-aa13-3f03d32aeb5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment