ORA-24067: exceeded maximum number of subscribers for queue string
What triggered the Error:
An attempt was made to add new subscribers to the specified, but the number of subscribers for this queue has exceeded the maximum number (1024) of subscribers allowed per queue.What should we do to fix it:
move existing subscribers before trying to add new subscribers.