I was trying to load data into db using informatica, where i used function to_integer() but it threw error that interger overlow. I need to load data into a column of precision 18,0 in SQL Can someone please tell different data types available in which i can convert string into number and load in db for values of high range
Asked
Active
Viewed 1.1k times
1
-
I'm pretty sure this is documented in the Informatica manual – Dec 30 '15 at 10:36
1 Answers
2
Look at the Transformation Datatypes in Informatica Help pages. For your case, TO_BIGINT should solve the problem. BIGINT supports 19 digits.

Samik
- 3,435
- 2
- 22
- 27