GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

Oracle Streams Propagation schedule

edited Apr 6, 2020 3:05PM in GoldenGate, Streams and Distributed Database (MOSC) 3 commentsAnswered ✓

Hello,

I was able to successfully setup Streams (Oracle 11.2) master-to-master propagation for tables using dbms_streams_adm.add_table_propagation_rules() procedure from the Advanced Replication migration script.

The replication seems to work fine as far as I tested. However the replication happens to be just instant, i.e. I can see the data changes in the target databases immediately every time I commit those (any DML) changes in the source database.

Question #1 - Why? Isn't the propagation done on schedule from source to target queue by a propagation job, i.e. not synchronous/immediate?

Question #2 - How to disable the immediate propagation and set the propagation to happen on a certain schedule/interval?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center