| Error | ORA-26082 |
Description | 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.
|