ORA-24083: cannot specify remote subscribers for string QUEUE string
What triggered the Error:
add_subscriber call with a non-null address field was issued on a queue which does not support remote subscribers. Remote subscribers are not supported for NON_PERSISTENT QUEUES.What should we do to fix it:
ecify a null address field and retry the call.