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: Internal size of Oracle data types?

Re: Internal size of Oracle data types?

From: fumi <fumi_at_tpts5.seed.net.tw>
Date: 18 Aug 1999 11:38:26 GMT
Message-ID: <7pe5vi$orb$2@news.seed.net.tw>

Mark Huebner <mkhuebner_at_sprynet.com> wrote in message news:37b8c893.7039602_at_news.sprynet.com...
> Could somebody tell me what the size of Oracle 7/8 data types is? Is
> this information in any book? Is a NUMBER data type always 16 bytes
> long? Does Oracle store numbers in less space (less than 16 bytes) if
> the precision is specified (e.g., NUMBER(5,2))? Does a NUMBER(5,2)
> take less space than a NUMBER(8,3)? How big is a SMALLINT, a DATE,
> etc? Are there any performance considerations?

  1. You can refer the "Oracle concepts" manual.
  2. You can use DUMP() or VSIZE() function to find out how many bytes they occupied.
Received on Wed Aug 18 1999 - 06:38:26 CDT

Original text of this message

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