zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

ORA-26821: No propagation process found between source queue “string”.”string” and destination queue “string”.”string”. ORACLE 报错 故障修复 远程处理

Oracle ORA 故障 处理 远程 报错 修复 string
2023-06-13 09:19:02 时间
ORA-26821: No propagation process found between source queue string . string and destination queue string . string . ORACLE 报错 故障修复 远程处理
文档解释

ORA-26821: No propagation process found between source queue string . string and destination queue string . string .

Cause: Propagation has not been configured.

Action: Configure a propagation between specified queues and restart capture.

一般处理方法及步骤

1.确认数据库表中是否有指定的传播结构。使用下面的SQL查询数据库表:

select * from dba_queue_propagations where source_queue= and dest_queue=;

2.如果没有发现这个结构,尝试使用DBMS_AQADM.ADD_PROPAGATION函数将它添加到数据库表中。

3.确认传播的权限问题。使用下面的SQL查询:

select * from sys.dba_aqadm_grant_propagation where source_queue = and dest_queue = ;

4.如果没有发现权限设置,使用DBMS_AQADM.GRANT_PROPAGATION_QUEUE函数添加权限。

5.重新尝试使用DBMS_AQADM.REMOVE_PROPAGATION函数移除传播。


我想要获取技术服务或软件
服务范围:MySQL、ORACLE、SQLSERVER、MongoDB、PostgreSQL 、程序问题
服务方式:远程服务、电话支持、现场服务,沟通指定方式服务
技术标签:数据恢复、安装配置、数据迁移、集群容灾、异常处理、其它问题

本站部分文章参考或来源于网络,如有侵权请联系站长。
数据库远程运维 ORA-26821: No propagation process found between source queue string . string and destination queue string . string . ORACLE 报错 故障修复 远程处理