Oracle Error Message
SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load.
Reason for the Error
A sequence with an interval is specified and is not supported by External Table Load.
Solution
Remove the interval from the sequence, or the the sequence itself, or do not use External Table Load.