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!

question on target_colmap

Roy4321Sep 29 2022

Hello All,
In oracle CDC we used to use the column target_colmap$ to find if a column has been modified or not. Golden gate does not have that facility, has anyone implemented an alternate solution to this in Golden gate?

Thanks,
Roy

This post has been answered by K.Gan on Oct 3 2022
Jump to Answer

Comments

DK2010

Hi,

No, You can not Take Export from SCN, it only for upto date/SCN

you can also check the Option  from here :Migration Of An Oracle Database Across OS Platforms (Generic Platform) (Doc ID 733205.1)

HTH

Hemant K Chitale

It is quite likely that your export may fail to create a read consistent image of the data as of the SCN specified when it is attempting to export that volume of data, with transactions running concurrently.

Since SPARC Solaris is Big-Endian and Intel Linux is Little-Endian, you'd have to convert the datafiles.

Hemant K Chitale


1 - 2

Post Details

Added on Sep 29 2022
1 comment
99 views