How to fix the Oracle error ORA-26036: subpartition load specified but table string is not subpartitioned?
In this post, you’ll learn more about the Oracle ErrorORA-26036: subpartition load specified but table string is not subpartitioned with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-26036: subpartition load specified but table string is not subpartitioned
Reason for the Error ORA-26036: subpartition load specified but table string is not subpartitioned
The Loader control file contains a PARTITION clause but the table being loaded is not subpartitioned.
How to fix the Error ORA-26036: subpartition load specified but table string is not subpartitioned ?
You can fix this error in Oracle by following the below steps
Remove the subpartition specification from the SQL*Loader control file and retry the load.
Leave Your Comment