How to fix the Oracle error ORA-39803: Data saves are not allowed on tables with partitioning referential constraints.?
In this post, you’ll learn more about the Oracle ErrorORA-39803: Data saves are not allowed on tables with partitioning referential constraints. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-39803: Data saves are not allowed on tables with partitioning referential constraints.
Reason for the Error ORA-39803: Data saves are not allowed on tables with partitioning referential constraints.
Data saves (and the sqlldr ROWS parameter) are not allowed when loading both the parent and child tables of a partitioning referential constraint.
How to fix the Error ORA-39803: Data saves are not allowed on tables with partitioning referential constraints. ?
You can fix this error in Oracle by following the below steps
Do not attempt data saves when loading both the parent and child tables of a partitioning referential constraint.
Leave Your Comment