Can I specify multiple ctl files in the infile clause of sqlloader.
I have 100s of files loading into one table. Is there an easy option to deal
with this situation.
Dunno about multiple control files but you can speed up inserts by using SQL loader direct path loading. By setting the unrecoverable option redo will not be generated therefore loading is faster. Don't forget to backup first.
Bookmarks