How to fix the Oracle error SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load.?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load. with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load.

Reason for the Error SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load.

A sequence with an interval is specified and is not supported by External Table Load.

How to fix the Error SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load. ?

You can fix this error in Oracle by following the below steps

Remove the interval from the sequence, or the the sequence itself, or do not use External Table Load.