ORA-28673: Merge operation not allowed on an index-organized table ORACLE 报错 故障修复 远程处理

文档解释

ORA-28673: merge operation not allowed on an index-organized table

Cause: User attempted merge operation on an index-organized table. Merge is not supported on a IOT .

Action: Use updates and inserts on index-organized table .

ORA-28673:在索引组织表上不允许执行合并操作

官方解释

当从或到指定的索引组织表时,MERGE 命令将引起错误 ORA-28673。该表只能使用 INSERT 和 UPDATE 命令进行更新。

常见案例

当尝试从或到指定的索引组织表中使用MERGE时,将引发这个错误。

一般处理方法及步骤

要解决这个错误,您可以使用 INSERT 和 UPDATE 语句替换 MERGE 语句。

香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END