Then the warning isn't from the generator but rather from your target's attempt to squeeze a BIGINT into a NUMBER(8) field. At some point you will overflow that and the job will fail. However, in the meantime an explicit conversion may help, perhaps the DecimalToDecimal() function? Don't have any do...