GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

Order of IGNOREINSERTS & IGNOREUPDATES

edited Feb 17, 2014 10:56AM in GoldenGate, Streams and Distributed Database (MOSC) 4 commentsAnswered ✓

Hi,

Do IGNOREUPDATES & IGNOREINSERTS for a table have to be specified in any order?

We specified it in the foll. way and inserts were ignored but updates were not ignored:

IGNOREINSERTS

MAP table1 TARGET table1

IGNOREUPDATES

MAP table1 TARGET table1


We then changed the order as follows

IGNOREUPDATES

MAP table1 TARGET table1

IGNOREINSERTS

MAP table1 TARGET table1

And the updates were ignored (we haven't checked further to see if the inserts were ignored or no).


Thanks

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