Database Error Messages

OCI-24083

cannot specify remote subscribers for string QUEUE string

Cause

An 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.


Action

Specify a null address field and retry the call.