This problem is handled for oracle.sql.TIMESTAMP in org.springframework.jdbc.support.JdbcUtils class, but still exists for oracle.sql.DATE. In Oracle my database column is declared as TIMESTAMP(6).
I extract data from an Oracle Database using org.springframework.jdbc.core.JdbcTemplate. If I try to extract data from timestamp columns, I get a ClassCastException, because the template gets an ...
I'm relatively new to Oracle Databases, and I've been stuck on an issue for the past few hours. The Oracle timestamp data type is capable of storing fractional seconds (up to 9 digits, 6 is default).
Some results have been hidden because they may be inaccessible to you
Show inaccessible results