Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-26923

cannot configure string outbound server "string" with string capture "string" due to different purpose

Cause

An attempt was made to configure an outbound server with a capture used for different purpose.


Action

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.