Xstream on RAC
Trying to set up XStream on RAC, and see that it is only running on a single instance even though parameter use_rac_service is set to Y. When I connect a client, I often get an error:
ORA-26913: must connect to instance 1 where XStream Outbound server "XOUT" is running
Is there a way to either have the Outbound service running on both instances or to be able to connect to the correct instance every time? I see there is an active service that corresponds to the underlying capture name, but I can't seem to use that to connect.
As a side note if I kill the instance Xstream is running on it does fail over seamlessly to the other instance - so that part is working well. I just need my client to be able to connect to whatever service my server happens to be running on. Any ideas?