I've the following scenario: Two computer: First computer running under Windows Vista, second computer running under Linux, connecting both to Oracle 10g. Oracle 10g is running in the second computer.
I've have done one test program in Java that conecting to Oracle using ojdbc14.jar
This test program is only connecting to database, retrieving some data from a particular table and printing a value of date field.
When running the program test in the first machine, I've date like '10/01/1987' When running the program test in the first second, I've date like '09/30/1987'
When I using plsqldeveloper to show this data, the date field looks like '10/01/1987'
Somebody can explain why?
Thanks in advance