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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

No BEFORE images with PK UPDATEs

martin.wendlerNov 29 2024

Hi,

I'm trying to replicate tables from Oracle to Snowflake.

As I want to keep the history for the table, I also want to get BEFORE and AFTER images for PK UPDATEs.

Unfortunately, I'm getting only AFTER images.

These are the parameters for EXTRACT:

FETCHOPTIONS FETCHPKUPDATECOLS
GETUPDATEBEFORES
NOCOMPRESSUPDATES
NOCOMPRESSDELETES

There are the parameters for REPLICATE:

ALLOWDUPTARGETMAP
INSERTALLRECORDS

AllowNoopUpdates
ASSUMETARGETDEFS
Insertmissingupdates
HandleCollisions
GETTRUNCATES
GETUPDATEBEFORES

Kind regards,

Martin

Comments
Post Details
Added on Nov 29 2024
0 comments
21 views