Re: Django & Oracle connection problem

2013-05-15 Thread Dylan Klomparens
ecifically it. That way, LD_LIBRARY_PATH isn't set globally. All done! Hope this helps! On Wed, May 15, 2013 at 9:07 AM, Dylan Klomparens < dylan.klompar...@gmail.com> wrote: > This bug was filed as ticket 19720 ( > https://code.djangoproject.com/ticket/19720) and resolved. It should

Re: Django & Oracle connection problem

2013-05-15 Thread Dylan Klomparens
> Oracle Net admin error > and this Error infomation is the same when I type sqlplus try to login. > My os is Xubuntu13.10, and I installed oracle-instance on ubuntu, > so I think that the instance is somewhere error, but I don't konw where it > is. > >_< > 在 2013年1月2

Re: Django & Oracle connection problem

2013-01-25 Thread Dylan Klomparens
is list has helped me a number of times. > > > On Thursday, January 24, 2013 5:27:22 PM UTC-5, Dylan Klomparens wrote: >> >> I have a Django program that is connecting to an Oracle database. In my >> settings.py file I have this configuration: >> >> DATABA

Django & Oracle connection problem

2013-01-24 Thread Dylan Klomparens
I have a Django program that is connecting to an Oracle database. In my settings.py file I have this configuration: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.oracle', 'NAME': 'xe', 'USER': 'MY_USER_NAME', 'PASSWORD': 'abcdefghijklmnopqrstuvwxyz', 'HOST':