Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Loader 2 fields->1 field
Vincent Chang wrote:
>
> Hi, Everybody
> I am using SQL*Loader to load a flat text file data. I need to load
> 2 fields (time and date) into 1 field in table (oracle datatype 'date'
> can hold these 2 info in 1 field). Any suggestion for this problem?
> Thanks.
>
> vincent
An easier way may be to combine the two fields in the flat file, e.g. using awk or some other tool, and then using SQL*Loader to load the table.
amit
Oracle DBA/Unix SA
Received on Mon Sep 29 1997 - 00:00:00 CDT
![]() |
![]() |