Search This Blog

Wednesday, September 14, 2011

V8Compatible , What is going on with DATE and TIMESTAMP

Suddenly, i could not see the time part in  date column , in my screen.
the time part arrive such 00:00:00

i realized that i am using Data Source Name (ORACLE connection pooling) who used different jdbc driver , and i forget to set the V8Compatible flag.
i suggest you to read the next article that will explain to you what is all about.
What is going on with DATE and TIMESTAMP:

another good explanation with samples could be found here:
Summary of features afftected by oracle.jdbc.V8Compatible 

enjoy
Yaniv Tzanany