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

Home -> Community -> Usenet -> c.d.o.server -> Re: data type for number

Re: data type for number

From: Jerry Gitomer <jgitomer_at_erols.com>
Date: 2000/07/08
Message-ID: <20000708.4511900@p200.nodomain>#1/1

        Use NUMBER for variable length as well as fixed length numbers.

	They will be stored in Oracle's internal format which is very
	similar to floating point.


>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/7/00, 8:16:38 PM, "SP" <spant1_at_aol.com> wrote regarding data type for number:

> This looks like a silly question but I coudn't find proper datatype
 for
> storing variable sized number in a table.
> http://technet.oracle.com/docs/products/oracle8i/doc index.htm says
> datatype NUMBER stores fixed or floating point number. But what
 about
> variable sized number? Please help!
> SP
Received on Sat Jul 08 2000 - 00:00:00 CDT

Original text of this message

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