On Wednesday, 14 May 2014 21:08:11 UTC+4, Avraham Serour wrote: > > it looks like your error occurs when using django ORM with oracle, but in > the beginning of your email you mention that you don't want to use it, so > what's the problem here? > > I want to reuse established connection with the Oracle DB (I thought django connection helps with that out of the box). This is my first experience with Oracle DB.
-- @Jani Tiaine, thanks for the help, but it doesn't work: "ora_cur = connection.connection.cursor() # See double connection stuff" Exception Type: AttributeError Exception Value: 'NoneType' object has no attribute 'cursor' -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c1e72bb3-8e69-4644-88a7-44ebeb8a4520%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

