Re: [sqlalchemy] Problem with Oracle requests

2012-04-04 Thread Borax
Le mercredi 4 avril 2012 16:27:39 UTC+2, Michael Bayer a écrit : this all comes down to the nature of the SQL being emitted. what is the SQL being emitted by SQLAlchemy in this case, and what is the SQL that should be emitted ? Working with SQLAlchemy in a non-trivial way implies you're

Re: [sqlalchemy] Problem with Oracle requests

2012-04-04 Thread Borax
Le mercredi 4 avril 2012 17:55:47 UTC+2, Michael Bayer a écrit : On Apr 4, 2012, at 11:40 AM, Borax wrote: Le mercredi 4 avril 2012 16:27:39 UTC+2, Michael Bayer a écrit : this all comes down to the nature of the SQL being emitted. what is the SQL being emitted by SQLAlchemy in this case

[sqlalchemy] SQLAlchemy opened connection on shutdown Oracle server

2010-12-20 Thread Borax
Hi, I have a Python application (using Zope 3 framework) which is connected to an Oracle database throught SQLAlchemy. Everything is OK except for one thing : each week, the Oracle server is shutted down for a full cold backup and afterwards, opened SQLAlchemy connections are broken and can't be