Re: Django - Oracle support

2007-10-15 Thread Stefan Bethge
Just an addition. I would not recommend using oracle with django if you don't have an enterprise version which contains the oracle connection manager. Without it you won't have connection pooling functionality which slows down django quite a bit. It seems there are no free alternatives for it.

Re: oracle backend doesn't cache connections

2007-10-02 Thread Stefan Bethge
Hi again, I've found out recently that there is Oracle Connection Manager which might just be what I need. I still need to test it though. Later, Stefan On Sep 19, 2:26 pm, Stefan Bethge <[EMAIL PROTECTED]> wrote: > Hello, > > i've recently found out that django does not ca

oracle backend doesn't cache connections

2007-09-19 Thread Stefan Bethge
, http://code.djangoproject.com/ticket/409). Are there plans to implement some kind of connection caching or may I have not seen a connection pool daemon for oracle? Or is it in some way possible to manage the connections in the django application itself? Thanks for any suggestion, Stefan Bethge