Description of the illustration strms506.eps
This illustration shows an Oracle Streams two-database replication environment that includes the following Oracle databases:
-
src.example.com -
dest.example.com
The src.example.com database contains the redo log for the local database. This redo log records changes to the hr schema. This redo log is sent to the dest.example.com database by Redo Transport Services.
The dest.example.com database has the following Oracle Streams components configured:
-
The
streams_queuequeue. -
A capture process named
capture_hnsthat captures DML changes to the tables in thehrschema from thesrc.example.comredo log. The capture process enqueues these changes into the localstreams_queuequeue. -
An apply process named
applythat dequeues changes that originated atsrc.example.comfrom thestreams_queuequeue and applies them to the tables in thehrschema.