On 5/16/2013 11:00 AM, Chris Hostetter wrote:
There must be *some* way to either tweak your SQL or tweak your JDBC
connection properties such that Oracle's JDBC driver will give you a
legitimate java.sql.Date or java.sql.Timestamp instead of it's own
internal class (that doesn't extend java.util.Date) ... otherwise it's
just total freaking anarchy.

Looks like you can use the V8Compatible connection property or upgrade the oracle jdbc driver. Upgrading the driver is probably the best option.

http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#08_01

Thanks,
Shawn

Reply via email to