Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JBO-27010: ValidatonException

484535Aug 17 2006 — edited Aug 21 2006
Hi all:

I'm getting this error when trying to insert values in a row with BC:

oracle.jbo.AttrSetValException: JBO-27010: Attribute set with value 231,7 for Pc99 in Qwebvalues has invalid precision/scale

The data type of the SQLServer column table is Float, and in the Attributes it says is float(15, 0).

If i change this to float(15, 5) the problems seems to be fix, but i have lot's of fields to change this way...

I did see this post (172682 but the problem seems not to be the same, as they say that float(15, 0) will be the correct definition. Also it's a post from some time ago and with older versions.

I'm using now jDeveloper v10.1.3.0.4, but the problem also happens with 9.0.5.1

What's the problem here?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2006
Added on Aug 17 2006
2 comments
577 views