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