Timestamp format must be yyyy-mm-dd hh:mm:ss.fffffffff exception
Hi,
I am running a web application that connects to oracle 9i database server. I am getting the following exception whenever I access Timestamp.valueOf(object)..
java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss.fffffffff
at java.sql.Timestamp.valueOf(Timestamp.java:160).
JDK version 1.4.
Oracle client : Oracle 10 g instant client.
Oracle server: Oracle 9i.
Can somebody help me out.
Thanks.