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!

NaN value on database

32691Jan 21 2005 — edited Jan 21 2005
Hi all!

I'd like to know what kind of data Oracle database stores when I insert a NaN value. For example:
...
Row myRow = viewObject.createRow();
myRow.setAttribute("NumberField1", new oracle.jbo.domain.Number(Double.NaN));
vo.insertRow();
viewObject.insertRow(myRow);
appModule.getDBTransaction.postChanges();
appModule.getDBTransaction.commit();
...
It's a kind of problematic situation, because any PL/SQL operation on field, like division or multiplication, will generate a loss of service.

Thanks

Gleber
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2005
Added on Jan 21 2005
4 comments
617 views