Data Mismatch From Oracle To Bigdata S3
(Doc ID 3070045.1)
Last updated on FEBRUARY 13, 2025
Applies to:
Oracle GoldenGate Big Data and Application Adapters - Version 21.4.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
In the target Goldengate for Big Data (S3 Bucket Parquet File), value for a particular column is not reflecting as inserted on Source
Example:
Record inserted on Source (Oracle) for Number datatype as 9999999999999999 shows different value on Target (S3 Bucket Parquet File) as 10000000000000000
the below output from Source(Oracle) and Target (S3 Bucket Parquet File) :
Source Output :
<COL_NAME>
---------------------------
9999999999999999
Target Output :
<COL_NAME>
---------------------------
10000000000000000
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |