0 Replies Latest reply on Oct 21, 2014 5:30 PM by shaikhdahood

    NLS_DATE_FORMAT on JBOSS

    shaikhdahood

      Hi All,

      I have migrated my applicaiton from Java 1.4 version to Java 1.7 and replacing the application server with JBOSS 7.

      Through web application when I try inserting data in to the table the date format it takes is DD-MON-RR .

      Where as in the older version it takes as YYYY-MM-DD HH24:MI:SS

       

      Not sure it is because of the old drivers being used in the latest version or it is the new environment causing this.

      I suspect this to be something with the NLS_DATE_FORMAT, but not sure if the jdbc driver also is an issue.

       

      can someone please help to figure out this issue?

       

      Thanks in Advance.