K
Kunal Berlia
Guest
Hi Valeriy, This error occurs when INT max value exceeded by its cumulative sum. This exceeds the maximum value of a 32-bit integer which can hold upto the value of "2147483647". In your datatype definition in the database may needs to be changed. Use INT64 in the datatype instead of INT. It will resolve the issue. In the Oracle side also, the maximum digits for Number data type can taken upto "X(10)". Thanks. Kunal
Continue reading...
Continue reading...