Description of the illustration xstrm084.eps
This illustration shows a sample XStream Out configuration that can be configured using the CREATE_OUTBOUND procedure. The illustration shows a client application and an Oracle CDB. The Oracle CDB includes the following components:
            
- 
                  The root container of the CDB 
- 
                  The PDBs pdb1.example.comandpdb2.example.com
- 
                  A redo log that records the changes made to objects in the PDBs. 
- 
                  A capture process that captures DML and DDL changes to the hrschema, theoe.orderstable, and theoe.order_itemstable. from thepdb1.example.comPDB. The capture process converts the changes to logical change records (LCRs) and enqueues the LCRs.
- 
                  A queue that stores the LCRs that were captured by the capture process 
- 
                  An outbound server named xoutthat dequeues LCRs from the queue. The client application receives the dequeued LCRs.