ORA-26727: Cannot alter queue_to_queue property of existing propagation. ORACLE 报错 故障修复 远程处理
文档解释
ORA-26727: Cannot alter queue_to_queue property of existing propagation.
Cause: The queue_to_queue property was specified for an existing propagation.
Action: Pass NULL for the queue_to_queue argument.
ORA-26727错误表明在尝试更改现有传播时未能设置Queue_to_Queue属性。
官方解释
ORA-26727:在尝试更改现有传播时,无法设置Queue_to_Queue属性。
常见案例
ORA-26727会在尝试更改现有传播的Queue_to_Queue属性时出现。这是因为Queue_to_Queue属性不能更改已经存在的传播。
一般处理方法及步骤
(1)使用DBMS_AQADM.DROP_QUEUE_TABLE函数删除传播而不是更新它。
(2)使用DBMS_AQADM.CREATE_QUEUE_TABLE重新创建传播,这次可以设置相应的属性。