Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to store Value greater than 38 digits ?? Help !!
If you have to do multiplication and divisions, make sure that you are not
keeping the division to be executed last (try to do the division earlier).
38 digits is a very big number and probably something is wrong in the logic.
Regards,
Waleed
-----Original Message-----
To: Multiple recipients of list ORACLE-L
Sent: 6/19/02 9:08 AM
Hi DBAs,
One of my projects is facing a problem, they are using a numeric
datatype
for a column, in the process part the calulation is leading to a number
larger than 38 digits.
Therefore they are not getting a result ie procedure is not returning anything.
If you have come across such a thing ?...Inputs are welcome
Thanks and regards,
Shradha
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: arul.kumar_at_bt.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jun 19 2002 - 10:28:53 CDT