ORA-14315: cannot merge a partition with itself ORACLE 报错 故障修复 远程处理
文档解释
ORA-14315: cannot merge a partition with itself
Cause: The same partition name was specified twice for the merge operation
Action: Re-submit operation with 2 distinct partition names
ORA-14315: 不能把一个分区与自身合并。该错误表明,您试图在数据库中合并两个相同的分区,而合并两个相同的分区没有任何意义。
官方解释
常见案例
正常处理方法及步骤
1.检查包含Merge程序的SQL脚本,查看目标分区与源分区是否匹配;
2.确认源分区与目标分区是不同的,然后重试或确认排除此错误;
3.关闭与数据库的连接,重新连接数据库再试。