Re: Oracle users - heads-up
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
One of the BAD THINGS is that it'll make your normally bad spelling mistake count jump even higher! > If you use Oracle, you need to change this. Just checked in > keel-server/sample-conf/oracle-jdbc-system.xconf to update the keep- > alive syntax. > > Changed: > > <keep-alive disable="false">select 1</keep-alive> > to > > <keep-alive disable="false">select 1 from dual</keep-alive> > > Not doing this will make the conbenction keep-alive fail, but in the > process will leave lots of TCP sockets open, indirectly defeat > connection pooling, and in general cause BAD THINGS (TM). > > _______________________________________________ > User mailing list > [email protected] > http://lists.keelframework.org/listinfo.cgi/user-keelframework.org