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: Null values insertion

Re: Null values insertion

From: OraSaurus <granaman_at_not_home.com>
Date: Mon, 26 Oct 1998 05:09:50 GMT
Message-ID: <yuTY1.181$B54.6668918@news.rdc1.ne.home.com>


In article <362f1d08.19766053_at_news.siol.net>, jmodic_at_src.si (Jurij Modic) wrote:
>On Thu, 22 Oct 1998 11:37:36 +0200, "Itai Gan" <itaig_at_ncc.co.il>
>wrote:
>
>>does anyone know if inserting null numbers into a table create the space in
>>the disk or not???
>
>If the column containing NULLs is the last column in a table
>definition then no disk space is occupied with those null values. If
>the column is not the last one then 1 byte per null is occupied.

The short answer is that the length byte(s) for a column will always be used even if just to store a zero - for a null column value. (Like he said.) Received on Sun Oct 25 1998 - 23:09:50 CST

Original text of this message

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