How to fix the Oracle error ORA-13779: invalid load option?
In this post, you’ll learn more about the Oracle ErrorORA-13779: invalid load option with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13779: invalid load option
Reason for the Error ORA-13779: invalid load option
The user attempted to call load_sqlset with a load option that is different than INSERT, UPDATE and MERGE.
How to fix the Error ORA-13779: invalid load option ?
You can fix this error in Oracle by following the below steps
Adjust the load option and retry the operation.
Leave Your Comment