Re: [Webware-discuss] SteadyDB and cx_Oracle

2008-04-10 Thread Matthew J Harriger
I double checked, the class of the exception is cx_Oracle.DatabaseError. I sent an e-mail to the cx_Oracle mailing list about this, I'll let you know what they have to say. Can you also double check if it's really a DatabaseError and maybe ask the cx_Oracle folks whether this is intended? I

[Webware-discuss] SteadyDB and cx_Oracle

2008-04-09 Thread Matthew J Harriger
I don't think this sent correctly the first time, so I'm resending it...apologies if you get two copies... Hello, I am using just the SteadyDB module from DBUtils to provide fault-tolerant connections to an Oracle database using cx_Oracle as the dbapi2 module. If a client loses its network

Re: [Webware-discuss] SteadyDB and cx_Oracle

2008-04-09 Thread Christoph Zwerschke
Matthew J Harriger wrote: I am using just the SteadyDB module from DBUtils to provide fault-tolerant connections to an Oracle database using cx_Oracle as the dbapi2 module. If a client loses its network connection (network cable unplugged, out of range of the wireless network, etc.), and