ORA-12092: cannot online redefine replicated table “string”.”string”
Cause: An attempt was made to online redefine a table that is either a materialized view or a replicated table.
Action: Do not attempt to online redefine a table that is either a materialized view or a replicated table.
ORA-12092:无法在线重定义复制表“string”。“string”
ORA-12092错误表明您正在尝试在线重定义复制表,这是不允许的操作。
Oracle文档指出,ORA-12092是“当尝试在线重定义复制表时引发的错误”。
ORA-12092通常会在用户试图在线重定义复制表时报出,这不能在当前表中确定新表版本是否与基表兼容。
要解决此错误,请在复制表上停止所有正在运行的DML,然后使用ALTER TABLE EXCHANGE SUBPARTITION命令逐步重定义基表的子分区。您应该在尝试在线重定义复制表之前检查此文档,避免发生与复制表相关的错误。
本文标签:ORA-12092 cannot online redefine replicated table #8220string #8221. #8221string #8221
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接