HI ! I'm trying to export data from a grid into a file with insert statements.
The problem is the format mask for timestamp columns.
"to_timestamp('22.11.2013 07:08:27,000000000','DD.MM.YYYY HH24:MI:SSXFF')"
and this can't be inserted. I will get an ORA-01830, because of the comma after the second.
Any idea ?
Thanks, Heinz