Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

resolveconflict

user597097Mar 14 2012 — edited Mar 19 2012
i have an error while tring to apply this option

map schema.table1, target schema.table1 &
RESOLVECONFLICT (UPDATEROWEXISTS(DEFAULT,OVERWRITE), COLS(col1,col2)), &
RESOLVECONFLICT (UPDATEROWMISSING(DEFAULT,OVERWRITE), COLS(col1,col2)), &
RESOLVECONFLICT (DELETEROWEXISTS(DEFAULT,OVERWRITE), COLS(col1,col2)), &
RESOLVECONFLICT (DELETEROWMISSING(DEFAULT,IGNORE), COLS(col1,col2));

the error is:
Invalid option for MAP: RESOLVECONFLICT

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2012
Added on Mar 14 2012
6 comments
388 views