How to fix the Oracle error SQL*Loader-00943: incorrect datafile string specified for table string partition string?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00943: incorrect datafile string specified for table string partition string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00943: incorrect datafile string specified for table string partition string
Reason for the Error SQL*Loader-00943: incorrect datafile string specified for table string partition string
The specified datafile is not in the tablespace of the specified partition. Due to use of FILE= keyword on a partitioned table. When loading all partitions of a partitioned table, the partitions must be in the same tablespace. When loading a single partition, the tablespace of the partition being loaded must be the same as the tablespace in which the specified datafile file resides.
How to fix the Error SQL*Loader-00943: incorrect datafile string specified for table string partition string ?
You can fix this error in Oracle by following the below steps
None
Leave Your Comment