Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Perl and Java and PL/SQL and SYSDATE
Craig & Co. wrote:
> We converted the sysdate to CHAR back to DATE to enforce the
> NLS_DATE_FORMAT.
>
Huh? NLS_DATE_FORMAT is irrelevent when storing a data in a date column. You are pointlessly converting a date to a character and then converting it back to a date. It may not be the cause of your problem, but if you are lucky the best you can hope for is that it achieves nothing.
-- MBReceived on Thu Dec 02 2004 - 07:59:28 CST