Hi All,
When i execute the following command it works fine in sql developer but not in sql plus
SELECT TO_CHAR(to_timestamp(SYSDATE),'YYYY-MM-DD-HH24.MI.SS.FF6')FROM DUAL;
In sql plus it throws an error ' not a valid month' . Is there any setting I am missing ? I need the output based on the format mentioned above. Please kind your advice.
Regards,
Uday