文档解释 ORA-12092: cannot online redefine replicated table “string”.”string” Cause: An attempt was
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命令逐步重定义基表的子分区。您应该在尝试在线重定义复制表之前检查此文档,避免发生与复制表相关的错误。
--结束END--
本文标题: ORA-12092: cannot online redefine replicated table “string”.”string” ORACLE
本文链接: https://lsjlt.com/news/542217.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0