I would like to get the DATETIME column from an Oracle DB Table with JDBC. Here is my code: I have to identify the column type first. The field I am interested in is recognized as a Types.DATE, but it is really a DATETIME in the DB since it has this format: “07.05.2009 13:49:32” getDate truncates the time: “07.05.2009” and