Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: difficulty with sqlldr
"Ed Stevens" <Ed_Stevens_at_nospam.noway.nohow> wrote
> 0,"04-B",20010619,"08.36.53","OFF"
> 1495,"04-B",20010619,"08.37.12","ON "
> 2497,"12-2",20010619,"08.43.52","ON "
> load data
> infile 'test_data.txt'
> discardfile 'c:\_temp\test_discard.txt'
> replace
> into table nmm.eds_test
> fields terminated by "," optionally enclosed by '"'
> (empno,
> dept,
> crte_date "yyyymmdd",
> crte_time "hh24-mi-ss",
> crt_flag)
Don't have the utils manual with me, but try the following:
crte_date DATE "yyyymmdd",
crte_time DATE "hh24.mi.ss",
-- BillyReceived on Sun Jul 22 2001 - 02:41:18 CDT
![]() |
![]() |