ORA-27373: unknown or illegal event source queue
Cause: The source queue specified for the event based job or event based schedule was either not found or was of the wrong type.
Action: Check if the queue exists. If it does make sure it is a multiple consumer queue and it is a post 8.1 compatible queue. Single consumer queues and old-style queues cannot be used as event source queues.
ORA-27373错误表明我们正在使用无效或不受支持的事件源队列(非DBMS_AQ开头的事件队列)。
ORA-27373 表示使用了无效或者不被支持的事件源队列。
ORA-27373 错误常发生在使用非 DBMS_AQ 开头的事件队列的情况下。
1.首先,你需要确保对应的事件队列是 DBMS_AQ 开头的,否则你可能会遇到 ORA-27373 错误。
2.如果你遇到 ORA-27373 错误,你可以尝试查看你的应用程序代码,确保你提供的事件队列名称是正确的。
3.在进行一些复杂的 SQL 网络查询时,确保你的表级的并发控制已经打开,以满足事务必需的 ACID 属性。