will "select '1' from dual" gets to the server side?
I'm trying to config the "validationQuery" property of my tomcat 5.5, I'm wondering if I use "select '1' from dual' as my test query, will the jdbc driver send this to the db server side or just handl it in local, I guess it should send it to server side, because all statement is compiled in the db side not in the thin client side, right? Anybody has answer? thanks very much
BTW, my db is oracle 10g, the reason I want to use this test query is because it does not depend on any table.
Thanks very much

