Oracle Streams


In computing, the Oracle Streams product from Oracle Corporation encourages users of Oracle databases to propagate information within and between databases. It provides tools to capture, process and manage database events via Advanced Queuing queues.
Oracle Streams is the flow of information either within a single database or from one database to another. Oracle Streams can be set up in homogeneous or heterogeneous environments. The Streams setup uses a set of processes and database objects to share data and messages. The database changes are captured at the source; those are then staged and propagated to one or more destination databases to be applied there. Message propagation uses Advanced Queuing mechanism within the Oracle databases.
Applications for the Oracle Streams tool-set include data distribution, data warehousing and data replication.

History

As of Oracle version 9.2, Oracle Corporation made Oracle Streams available on Oracle Enterprise Edition systems only. This happened in the wake of previous replication products: Oracle Replication and Oracle Advanced Replication
Database Replication with Oracle 11G Streams
.
In July 2009, Oracle acquired GoldenGate, a company with a heterogeneous replication solution. Oracle Corporation encourages customers with new applications to use Oracle GoldenGate rather than Streams.

Footnotes