What's the relationship between goldengate integrated capture and XStream.
Is logmnr processs in goldengate IC = capture process in XStream
Goldengate Integrated Capture = XStream Outbound server?
I am getting confused. if I do a query on v$goldengate_capture, i get a row back, but nothing if I query v$xstream_outbound_server.
however I get a row back from dba_xstream_outbound;
My understand is extract process (outside database) is an XStream Client, the corresponding Oracle Server Process (which you find from v$goldengate_capture is the Xstream Outbound server)
Please help me understand.
Thanks.