Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to store Value greater than 38 digits ?? Help !!

RE: How to store Value greater than 38 digits ?? Help !!

From: Whittle Jerome Contr NCI <Jerome.Whittle_at_scott.af.mil>
Date: Wed, 19 Jun 2002 07:18:26 -0800
Message-ID: <F001.004812E8.20020619071826@fatcity.com>


Shradha,

Hopefully you are computing my next pay raise!

If you really need that large of a number, you may be stuck putting it into Varchar2 fields and doing all the ugly conversions to make the math work.

Or you could use what Dennis Williams said about scale by dividing all your numbers by a hundred, thousand, or what ever it takes and storing them with a decimal.

Jerry Whittle
ACIFICS DBA
NCI Information Systems Inc.
jerome.whittle_at_scott.af.mil
618-622-4145

> -----Original Message-----
> From: arul.kumar_at_bt.com [SMTP:arul.kumar_at_bt.com]
>
> 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: Whittle Jerome Contr NCI
  INET: Jerome.Whittle_at_scott.af.mil

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:18:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US