Hi David, > The java code snippet is actually extracted from spring-core source, > as mentioned in the comments of the code they declared that there is > an known issue with Oracle10g & its jdbc driver, so as u can see they > hack by checking the specific className in the code. I probably would > test it with another Oracle version, and update result back soon.
I see. Until about 3-4 months ago, jOOQ was integration tested against Oracle 10g XE, but now I have upgraded to 11g. But as you say, it's probably in the JDBC driver. I have never used anything below ojdbc6 so far... Cheers Lukas
