Hi.

It depends what you mean.

1) If you want to load the whole zipped file into a single BLOB column, then yes you can.

2) If you want to unzip the files and load them as normal, then this can't be done using SQL*Loader alone. You need to write shell script to unzip the files then load them.

Cheers

Tim...