How to fix the Oracle error SQL*Loader-00801: all INTO TABLE clauses must have the same options (string)?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00801: all INTO TABLE clauses must have the same options (string) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00801: all INTO TABLE clauses must have the same options (string)
Reason for the Error SQL*Loader-00801: all INTO TABLE clauses must have the same options (string)
At least two INTO TABLE clauses have different options set.
How to fix the Error SQL*Loader-00801: all INTO TABLE clauses must have the same options (string) ?
You can fix this error in Oracle by following the below steps
Set the options to be the same or do the loads separately.
Leave Your Comment