Monday, June 25, 2012

Exception in thread "main" java.sql.SQLException: Underflow Exception trying to bind 1.0000000000000001E-131

CAUSE: a double is converted to a Oracle NUMBER before passing it to the database and Oracle NUMBER does not support 1.0e-131, the range is 1E-130 .. 10E125

reference:
 https://forums.oracle.com/forums/thread.jspa?threadID=458586

No comments:

Post a Comment