how to store double data type number in Oracle table
384077Jun 26 2003 — edited Jul 3 2003The double data type both in Java and C are capable of storing numbers up to
1.7976931348623158e+308 values.
I am trying to find a matching data type in Oracle, but the maximum number that I am capable to use is around 1E+125 using the NUMBER or FLOAT data types.
Is there a way to use numbers with the magnitude mentioned above? I mean to work with such numbers not just store them is a varchar column. If so what is the data type I should use?
Thanks,
Tal (otal@mercury.co.il).