Re: Does anyone know what precision Oracle uses in arithmatic?

From: Kirk Bradley - Mainframe and Integration Technologies <kbradley_at_130.35.1.6>
Date: 17 Feb 1995 17:55:57 GMT
Message-ID: <3i2nvd$b78_at_dcsun4.us.oracle.com>


All arithmetic (for better or worse) is done to 38 digits of precision i.e. the number(n,m) is ignored for calculations. (n,m) is only used to store numbers in the database but once they're being used they are fully formed.

Raymond Velez (rvele_at_ctp.com) wrote:
: select
: (old_qty / (qty1/qty2)) * price,
: from
: blah blah
 

: I was wondering what the precision of the first parenthesized statement
: will be. I am hoping that it uses out the fifteenth decimal place
: precision. That is what most C code uses. Any input would be
: appreciated.
: -Ray Velez
: --
: ((((((((((((((((((((((((((((((((((((((((*))))))))))))))))))))))))))))))))))))))
: rvele_at_ctp.com | Cambridge Technology Partners |
: Raymond Velez | 304 Vassar St, Cambridge, MA | WORK: (617)374-8399
: ((((((((((((((((((((((((((((((((((((((((*))))))))))))))))))))))))))))))))))))))

--
Kirk Bradley
Oracle Corporation
Mainframe and Integration Technologies Group
Received on Fri Feb 17 1995 - 18:55:57 CET

Original text of this message