ORA-14611: Duplicate subpartition name string in template

文档解释

ORA-14611: Duplicate subpartition name string in template

Cause: A subpartition name cannot be duplicated within the template

Action: Rename one of the subpartitions.

ORA-14611: Duplicate subpartition name string in template 错误是由于在贴出的模板中存在重复的子分区名称而导致的。

官方解释

当使用模板创建子分区时,如果有重复的子分区名称,就会抛出ORA-14611错误。要解决这个问题,只需仔细检查模板中的子分区名称,删除重复的名称即可。

常见案例

例如,当模板中的子分区名称为”APRIL”,”MAY”,”JUNE”,”APRIL”时,就会发生ORA-14611错误。

正常处理:

1、检查模板中的子分区名称,查找重复的名称。

2、从模板中删除重复的名称。

3、重试SQL语句。

你可能感兴趣的