Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Internal storage numbers
To determine the space usage for a column use vsize (e.g. select vsize(col1)
....), Oracle do not document the storage algorithm. You should find that
the maximum space usage for a number(10) will be 6 bytes.
Regards
David
David wrote in message <360db3b6.0_at_news1.ibm.net>...
>I have 2 questions that relate to the number datatype;
>
>1. Do columns number(10) and number use the same amount of internal
>storage?
>2. How storage does number and number(10) use?
>
>Thanks in advance
>
>
Received on Sun Sep 27 1998 - 15:46:11 CDT
![]() |
![]() |