using ojdbc14.jar with jdk1.6.0_07
Hello,
we are using Oracle database 10.2.0.4.0 on HP-UX 11.11.
Our application runs on a Linux RedHat Enterprise AS 4 and is connecting to the database with jdbc thin client, using
ojdbc14.jar, and Java jdk1.6.0_07.
Occasionally we observe a strange behavior, that numbers are written to the database that are rounded, but in a strange way.
For example, 112.32 is written as 120, 42.16 is written as 43.
There is no rounding in the code, the numbers should be written without any rounding at all.
Has anyone ever encountered this problem? Could it be due to the fact that ojdbc14.jar is not working correctly with
we are using Oracle database 10.2.0.4.0 on HP-UX 11.11.
Our application runs on a Linux RedHat Enterprise AS 4 and is connecting to the database with jdbc thin client, using
ojdbc14.jar, and Java jdk1.6.0_07.
Occasionally we observe a strange behavior, that numbers are written to the database that are rounded, but in a strange way.
For example, 112.32 is written as 120, 42.16 is written as 43.
There is no rounding in the code, the numbers should be written without any rounding at all.
Has anyone ever encountered this problem? Could it be due to the fact that ojdbc14.jar is not working correctly with
0