aiaiDBA

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

13718043309

010-86462881

ORA-14409: inserted partition key is outside specified subpartition

ORA-14409: inserted partition key is outside specified subpartition
Cause: the concatenated partition key of an inserted record is outside the ranges of the two concatenated subpartition bound lists that delimit the subpartition named in the INSERT statement
Action: do not insert the key or insert it in another subpartition

请先 登录 后评论

1 个回答

小智
ORA-14409:inserted分区键在指定的子分区之外,
.原因:插入记录的并置分区键超出了对在INSERT语句中命名的子分区进行定界的两个连接的子分区绑定列表的范围之外,
.操作:不要插入该键或将其插入到另一个子分区中,
.
请先 登录 后评论