Skip to Main Content

Oracle Database Discussions

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!

Error "ORA-00932: inconsistent datatypes: expected NUMBER got BINARY".

su398506rtJun 9 2004 — edited Jun 9 2004
ORA-00932: inconsistent data types: expected NUMBER got BINARY

Hi,

Could anyone help in resolving my problem?

I ‘m developing cmp beans in Jbuilder X, My database is Oracle 10g, and Application server is Oracle10gAs.

When I try deploying my beans to my Oracle 10As I get: -

Error "ORA-00932: inconsistent datatypes: expected NUMBER got BINARY".

In My database I have declared table primary keys as type NUMBER in Jbuilder X
the corresponding number fields get mapped as java.math.BigDecimal.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2004
Added on Jun 9 2004
5 comments
11,976 views