It seems that the number datatype for Oracle is being represented as an int. This is bad because the number datatype allows for numbers that are bigger than Integer.MAX_VALUE
Log in to post a comment.