I want to use SQL Loader to load all files of a known extension from a specific directory into a single table.
I have referred to the Oracle 8i documentation, but whereas I could have multiple INFILE clause, I can't find something like INFILE *.DAT, etc. etc...
Is that possible?
I have referred to the Oracle 8i documentation, but whereas I could have multiple INFILE clause, I can't find something like INFILE *.DAT, etc. etc...
Is that possible?