From: Angel P. <an...@pc...> - 2004-03-29 16:17:05
|
This should be controlled by the oracle default date format. do "select sysdate from dual;" and you should get the default date format for inserting dates in your local oracle installation. Failing that, there is a TO_DATE() function in oracle that we may be able to use in the object layer for any columsn that have DATE type, but this may not translate well to PostgreSQL. Angel Sucheta Tripathy wrote: >Hi, > >I just found that uploading data into sres.externaldatabaserelease has a >problem. > >The attribute release_date does not get the date format correctly. For >example if I provide the date like 15-DEC-03 it shows date like 12/3/0015. > >Is there a fix available for this? > >Thanks > >Sucheta > > > > |