aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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

ORA-39803: Data saves are not allowed on tables with partitioning referential constraints.
Cause: Data saves (and the sqlldr ROWS parameter) are not allowed when loading both the parent and child tables of a partitioning referential constraint.
Action: Do not attempt data saves when loading both the parent and child tables of a partitioning referential constraint.

请先 登录 后评论

1 个回答

小智
ORA-39803:对于具有分区参照约束的表,不允许进行数据保存。,
.原因:在加载分区参考约束的父表和子表时,不允许进行数据保存(和sqlldr ROWS参数)。,
.操作:在加载分区参考约束的父表和子表时,不要尝试数据保存。,
.
请先 登录 后评论