文档解释
ORA-24074: RETRY_DELAY and MAX_RETRIES cannot be used for exception queue %.string
Cause: The CREATE_QUEUE or ALTER_QUEUE command was issued with a non-zero RETRY_DELAY and an exception queue.
Action: Do not specify RETRY_DELAY or MAX_RETRIES for exception queues.
ORA-24074:是由于在EXCEPTION队列上使用RETRY_DELAY或MAX_RETRIES时引发的Oracle错误码。
官方解释
常见案例
一般处理方法及步骤
1.确保不要在异常队列上设置参数中的任何参数,而在普通队列上设置它们。
2.使用MAP参数,将异常错误定义为失败消息。
3.确保你使用正确的消息目标类型。
4.重新启动队列以确保计划在同一队列上执行。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did234857