I tried this (create table and insert) myself:
create table t1 (ts TIMESTAMP);
alter session set NLS_TIMESTAMP_FORMAT='yyyy-mm-dd hh:mi:ssxff';
insert into t1 values (to_timestamp('2002-08-15 10:10:37.123456'));
and when I select from the table,
the data seems to be there:
TS
2002-08-15...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.