Loading Multiple Files [message #241214] |
Mon, 28 May 2007 21:28 |
Krishna_dev
Messages: 32 Registered: May 2007
|
Member |
|
|
I have registered a sql loader control file as a concurrent program to load data from a flat file to a staging table for an interface within Receivables. Can anyone tell me how to load multiple files that are within the same folder using the same concurrent program.
|
|
|
Re: Loading Multiple Files [message #241595 is a reply to message #241214] |
Wed, 30 May 2007 02:25 |
vin_odks
Messages: 153 Registered: July 2006 Location: -
|
Senior Member |
|
|
1) Crate a batch or a script to use multiple control files
and multiple sqlldr statements
2) Create the concurrent program to represent the batch or the script
Regards
Vinod
|
|
|
|