Not a Valid Month Issue
Hi,
When i execute an insert statement i get ORA-01843 not a valid month error.
below is the SQL i try to execute in SQLPlus;
Insert into IKD$TA_L_FACHL_SCHRITT (FACHL_SCHRITT_ID, FACHL_SCHRITT_TEXT, VALID_FROM, VALID_TO) values (1,'LOAD_STG_TMD_ZUSATZDATEN' ,'19.08.2008','31.12.9999');
However if i execute the same in Oracle SQL developer it is working fine. Can someone please suggest what could be the reason for error in SQL PLUS ?
I suspect this to be the NLS_DATE_FORMAT setting issue, please correct if im wrong.
Thanks