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 -> Table sizing question

Table sizing question

From: Bob B <bobo_at_cyberramp.net>
Date: 1997/06/07
Message-ID: <3399E6D2.68EA@cyberramp.net>#1/1

The definition of a "NUMBER" says that it can occupy up to 21 bytes.

What are the acctual column sizes (number of bytes required) for something like

NUMBER(5)  	(a short integer range)
NUMBER(10) 	(an integer range)
NUMBER(14.7) 	(a float range)
NUMBER(22.15)   (a double range)

And what gave you that information?

Thanks

BB Received on Sat Jun 07 1997 - 00:00:00 CDT

Original text of this message

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