I am running an application on websphere 7.0 version which was newly setup at my QA env and getting below oracle error
SELECT MODIFIED_DATE
FROM /*Query Builder Clause*/ abc
WHERE abc_CID = '1189'
AND NVL(to_date('2010-3-17 11.30.10.0', 'MM-dd-yyyy hh24:mi:ss'), SYSDATE)=decode(MODIFIED_DATE,null,SYSDATE,MODIFIED_DATE)
throws below exception
Error report:
SQL Error: ORA-01843: not a valid month 01843. 00000 - "not a valid month"
This exception pop up only with websphere. Also, i can't modify the code since same code is running on websphere at onsite. I tried to do websphere user.timezone setting as well, also i tried default ojdbc6.jar to higher version.Also same code works fine in jboss and weblogic. Please help me out to resolve this issue.