Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem loading multiple files with sqlldr
TurkBear wrote:
>
> You could try
>
> LOAD DATA
> INFILE "filename1"
> INTO TABLE "Table1"
> -data info here-
> INFILE "filename2"
> INTO TABLE "Table2"
> -data info here-
> ...
>
> In other words you can use pairs of INFILE and INTO TABLE keywords
> for each data file..
>
> Untested...But should work..
Hi TurkBear, thanks for the reply. Unfortunately I still can't get it to work. The following script returns the error....
I've tried a variety of things (including reading the manual!) and I'm starting to feel really dense now :-(.
I'd be quite happy to be told that this is impossible as I'd just have to redo a couple of days work which seems preferable to banging my head against the wall.
Mark Received on Fri Jan 04 2002 - 04:46:55 CST
![]() |
![]() |