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!
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
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
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