Golden Gate truncating decimal places for number data type post migration
Gurus,
We are migrating data from oracle to PostgreSQL using Golden Gate. We observed that for number data type golden gate truncated data in PostgreSQL after 6 decimal places. For e.g. a number 9999.1234567890 in oracle got converted to 9999.123456 in PostgreSQL after replication. Here we are observing data loss.
In source oracle datatype of the column is number while in target PostgreSQL datatype of column is numeric.
I am assuming it is related to some setting at golden gate level. Does any of you observed and fixed this issue?
Thanks
Gaurav