Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: nls_date_format problem in sqlldr
Ruth Gramolini wrote:
>
> Good morning,
>
> We are having a problem load a file containing dates in MON DD YYYY format
> into a database having and nls_date_format=YYYYMMDD. Is there a way to do
> an alter session command in the control file or the parameter file to that
> we can load this data?
>
> We have had the production database down for 4 days with various problems
> and this is the last straw.
>
> Thanks in advance,
> Ruth
>
You can specify in the SQL*LOADER control file the date mask with date columns. I know that syntactic schemas are not extremely explicit, but have a harder look at field descriptions in the manual.
-- Regards, Stephane Faroult Oriole Ltd -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jan 10 2002 - 08:21:34 CST