Oracle Solution for Error ora-26080
ORA-26080: file "string" is not part of table string.string partition string
What triggered the Error:
parallel load file was specified which is not in the
** tablespace of the table (partition, subpartition) being loaded.
** When a partitioned table is being loaded, the file must b.
** in the tablespace of every partition or subpartitio.
** (i.e. each (sub)partition must be in the same tablespace).
What should we do to fix it:
ecify a different parallel load file, or no file at all.