You can use following formatting to insert JAVA timestamp to Oracle Timestamp.
insert into test_table(added_time) values(TO_TIMESTAMP('2021-01-18 17:43:42.000000000', 'YYYY-MM-DD HH24:MI:SS.FF'))
No comments:
Post a Comment