How to fix the Oracle error ORA-26000: partition load specified but table string is not partitioned?

In this post, you’ll learn more about the Oracle ErrorORA-26000: partition load specified but table string is not partitioned with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-26000: partition load specified but table string is not partitioned

Reason for the Error ORA-26000: partition load specified but table string is not partitioned

The Loader control file contains a PARTITION clause but the table being loaded is not partitioned.

How to fix the Error ORA-26000: partition load specified but table string is not partitioned ?

You can fix this error in Oracle by following the below steps

Remove the partition specification from the SQL*Loader control file and retry the load.

Tags :

Leave Your Comment