Numeric Columns
Numeric columns are converted to match the type and scale of the target column. If the scale of the target column is smaller than that of the source, the number is truncated on the right. If the scale of the target column is larger than that of the source, the number is padded with zeros on the right.
You can specify a substitution value for invalid numeric data encountered when mapping number columns by using the REPLACEBADNUM
parameter. See Parameters and Functions Reference
for Oracle GoldenGate for more information.