Re: wildcard for infile of sqlldr?
From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 11 Nov 2004 20:14:19 -0800
Message-ID: <1100232782.814795_at_yasure>
Date: Thu, 11 Nov 2004 20:14:19 -0800
Message-ID: <1100232782.814795_at_yasure>
Guenther Kober wrote:
> Hi!
>
> Is it possible to import the data of more than one file into a table?
>
> Like:
> LOAD DATA
> INFILE 'C:\DATA\*.csv'
> REPLACE
> INTO TABLE test_table
>
> thanks,
> -gue-
Of course.
Look at the examples at http://www.psoug.org click on SQL*Loader
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Fri Nov 12 2004 - 05:14:19 CET