Hello,
I am using JDBC adapters for insertions into an Oracle 9 database on solaris 8.
There is a default date format without time when inserting a java.util.Date with the adapters.
I want to change this default format to include time (+ ‘HH:mm:ss’).
Maybe with the NLS_DATE_FORMAT env variable for Oracle ?
If so then is it possible to configure the WM JDBC Adapter to set this parameter at startup ? like for Weblogic …
I mean : where can i add this sql ?
alter session set NLS_DATE_FORMAT=‘DD/MM/YYYY HH24:MI:SS’;
Any other solution is welcome !
Fanilo.
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards