Oracle users - heads-up
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
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).