Hi
I am using a custom JDBC dapter. the relevant bit of the sql request is as follows
…
?,
to_timestamp_tz(?, ‘YYYY-MM-DD HH24:MI:SS,FF3TZH:TZM’),
?,
…
I pass the value: 2016-04-14 13:53:27,652+02:00
I get the error:
Unable to invoke adapter service …
NumberFormat Exception for field: DATE_DOCUMENT. Error: For input string: “27,652+02:00”
I am unable to figure out what I am doing wrong, weirdly the request:
select to_timestamp_tz(‘2016-04-14 13:53:27,652+02:00’, ‘YYYY-MM-DD HH24:MI:SS,FF3TZH:TZM’) from dual;
executed in the same oracle database works fine.
Any suggestions ?
Best regards
#Integration-Server-and-ESB#webMethods