GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

GoldenGate - Filtering data to different target systems.

edited Nov 19, 2012 4:36AM in GoldenGate, Streams and Distributed Database (MOSC) 7 commentsAnswered
I am currently trying to configure GoldenGate in 3 environments A,B and C.

The source system is A, and the table being replicated has a destination column that will be populated with either B or C.

I have configured two pump processes, one sends data to B and the other pump sends data to C. There is a filter on each pump that specifies:

TABLE schema.test_table, FILTER(@STREQ(destination,"B"));  -- to send B related data only, and ignore destination C.

I have found that updates are not successfully filtered when a row is updated that has an initial value that is not B or C:

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