aiaiDBA

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

13718043309

010-86462881

ORA-25253: listen failed, queue string.string is not enabled for dequeue

ORA-25253: listen failed, queue string.string is not enabled for dequeue
Cause: An attempt was made to specify a queue that is not enabled for dequeue in a LISTEN call.
Action: Enable the queue for dequeue using START_QUEUE, and retry the LISTEN call.

请先 登录 后评论

1 个回答

小智
ORA-25253:listen失败,队列字符串。字符串未启用出列,
.原因:试图指定在LISTEN调用中未启用出队的队列。,
.操作:使用START_QUEUE启用用于出队的队列,然后重试LISTEN调用。,
.
请先 登录 后评论