You can't use multiload on a column partitioned table...
You can either use TPUMP or load into a non-column partitioned table and then do INSERT/SELECT into the target table.
↧