ORA-23399: generation of replication support for “string”.”string” is not complete
Cause: Replication support for the specified object has not been generated or the generation process is not yet complete.
Action: Ensure that replication support has been generated for the object. Use DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT() to generate replication support for the object.
这个错误的官方解释是:ORA-23399表明数据库服务器无法为其中的某个表或视图生成复制所必需的支持。
1.首先确认该用户有足够的权限才能建立复制。
2.确认目标表上的所有索引都是激活的。
3.重新设定所有的特性。
4.重新创建表空间,并将数据导出到表空间中,然后将其导入到复制表空间。
5.检查表是否成功复制,如果没有成功,请使用重新开启新的复制环境来完成复制初始化。
本文标签:ORA-23399 generation of replication support for #8220string #8221. #8221string #8221 is
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接