Re: django and oracle

2014-05-15 Thread J. D.
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

django and oracle

2014-05-14 Thread J. D.
Can someone help me with cx_Oracle and Django?! :) I have Oracle DB 11.2 with many PLSQL-procedures in it that return cursor with various output. I want to work with them without django ORM and directly call them. First of all i ran my python code without django, with the cx_Oracle driver and