ORA-23380: propagation mode “string” is not valid
Cause: The specified propagation may be misspelled, or is not supported. For materialized view sites, all materialized view object groups at the same materialized view site with the same master object group must all have the same propagation method.
Action: Refer to the manual on replicated data for valid propagation modes. For materialized view sites, also ensure that the propagation modes of all materialized view object groups with the same master object group are the same.
等
ORA-23380表示传播模式参数不正确。
产生原因:在传播事务模式选项中,传播模式参数设置不正确。
错误表明,在传播事务模式选项中,传播模式参数设置不正确。
该设置支持下列值:
* SYNC:使用同步模式传播事务更改。
* ASYNC:使用异步模式传播事务更改。
* NONE:拒绝任何对服务器之间传播事务更改的请求。
1.检查并确认传播模式参数的值是否正确;
2.如果发现传播模式参数未正确设置,应立即将其更改为正确的值;
3.重新运行失败的事务,确认其能够正常执行。
本文标签:ORA-23380 propagation mode #8220string #8221 is not valid
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接