Oracle Error SQL*Loader-00608: subpartition not empty for INSERT option; table string, subpartition string

Oracle Error Message

SQL*Loader-00608: subpartition not empty for INSERT option; table string, subpartition string

Reason for the Error

An attempt was made to use the INSERT option on a non-empty subpartition.

Solution

Empty the subpartition, or use the REPLACE or TRUNCATE option.