Oracle Solution for Error ora-39803

Solution for Oracle Error ORA-39803

ORA-39803: Data saves are not allowed on tables with partitioning referential constraints.

What triggered the Error:

Data saves (and the sqlldr ROWS parameter) are not allowed when loading both the parent and child tables of a partitioning referential constraint.

What should we do to fix it:

Do not attempt data saves when loading both the parent and child tables of a partitioning referential constraint.