Re: BigDecimal problem
Posted by: Evgeniy Strokin
Date: June 21, 2005 08:04AM

Hi again,
I found the solution, for people who will have this problem:
I double check my database and found out that my decimal is not 12,4 but 5,4. I guess I thought 5 is quantity of numbers before dot and 4 is quantity of numbers after dot. But I was wrong. 5 is total maximum length of the BigDecimal you store. So after I change the column type to decimal(12,4) everything was fine...

Options: ReplyQuote


Subject
Written By
Posted
June 20, 2005 07:41PM
Re: BigDecimal problem
June 21, 2005 08:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.