Oracle Error Message
ORA-26923: cannot configure string outbound server “string” with string capture “string” due to different purpose
Reason for the Error
An attempt was made to configure an outbound server with a capture used for different purpose.
Solution
Execute the following: 1) Get the purpose of each capture and its associated queue: SELECT capture_name, queue_owner, queue_name, purpose FROM dba_capture; 2) Resubmit the statement using a queue or capture with the same purpose.