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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Storing large numbers, NUMBER datatype questions

Re: Storing large numbers, NUMBER datatype questions

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 25 Apr 2006 16:45:20 -0700
Message-ID: <1146008720.376824.211980@t31g2000cwb.googlegroups.com>


I suggest using the Concepts or the Application Programmers Guide instead. Both manuals have a chapter on the Oracle database data types.

>From the Concepts manual (version 10.2) Ch 26 Native Datatypes
>>

NUMBER Datatype
The NUMBER datatype stores fixed and floating-point numbers. Numbers of virtually any magnitude can be stored and are guaranteed portable among different systems operating Oracle, up to 38 digits of precision.

The following numbers can be stored in a NUMBER column:

Positive numbers in the range 1 x 10-130 to 9.99...9 x 10^125 with up to 38 significant digits

Negative numbers from -1 x 10-130 to 9.99...99 x 10^125 with up to 38 significant digits
<<

Received on Tue Apr 25 2006 - 18:45:20 CDT

Original text of this message

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