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

Oracle Error Message

SQL*Loader-00607: partition not empty for INSERT option; table string, partition string

Reason for the Error

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

Solution

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