Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: default date formats for varchar2?

Re: default date formats for varchar2?

From: Glenn Baron <gbaron_at_dial.pipex.com>
Date: 4 Jan 1999 20:40:44 GMT
Message-ID: <01be3822$9ff17e80$cc5195c1@default>


I find this hard to believe. What is the source of the data that is inserted into the column?
I would look hard into the application code (forms, reports,sql*loader??) to ensure that an erroneous date conversion has not been made, e.g. a "to_date" function applied to the wrong field ...

Regards

Glenn Baron

Steve <SHL9_at_cornell.edu> wrote in article <76o0bo$eat_at_newsstand.cit.cornell.edu>...
> My problem is that I have a varchar2[10] that I have loaded with what
should be
> 5 digit phone numbers [5-1934] but the problem is that Oracle seems to
think
> that these are dates and forces a format of May-1934 (or whatever) on
them. Any
> ideas on how I can turn off or override this default formatting? Note,
this is
> not a date field, it is a varchar2.
> Thanks for any help - Steve ; SHL9_at_cornell.edu
>
>
Received on Mon Jan 04 1999 - 14:40:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US