aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-31427: publication string already subscribed

ORA-31427: publication string already subscribed
Cause: The subscription already contained this publication.
Action: Check the values of subscription_name and publication_id. Check any other subscribe calls to see if they subscribe to columns that are shared among more than one publication on the same source table. Do not attempt to subscribe to the same publication more than once in the same subscription. Use the publication_id variant of the SUBSCRIBE call if needed to specify precise publications.

请先 登录 后评论

1 个回答

小智
ORA-31427:发布字符串已订阅,
.原因:订阅已包含此发布。,
.操作:检查subscription_name和publication_id的值。检查任何其他订阅调用,以查看他们是否订阅在同一源表上的多个发布之间共享的列。请勿尝试在同一订阅中多次订阅同一发布。如果需要指定精确的出版物,请使用SUBSCRIBE调用的publication_id变体。,
.
请先 登录 后评论