ERROR | load of overlapping segments on table string.string is not allowed |
CAUSE | Client application is attempting to do multiple direct path load * operations on the same table, but the segments overlap. |
ACTION | Check the partition names (subname attribute of the direct path * context) being loaded. Make sure you are not loading a table, * and a partition of the same table. Make sure you are not * loading a partition, and a sub-partition within the same * partition. |