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

Home -> Community -> Mailing Lists -> Oracle-L -> char vs. varchar2

char vs. varchar2

From: Terrian, Tom <tterrian_at_daas.dla.mil>
Date: Wed, 29 Aug 2001 11:29:02 -0700
Message-ID: <F001.0037BC6F.20010829113546@fatcity.com>

I think that this subject comes up now and then, but I don't remember the conclusions........

We are creating a Data Warehouse and the subject of char vs varchar2 data types came up. I searched google and found a little bit on the subject (mainly there is no space savings between char(1) and varchar2(1)).

Has anybody studied this? For example: If I know that all my data is 10 characters wide, should I not create the field as char(10)? Any reason to make it a varchar2(10)? Would sql scripts (select and dml) be faster with one type or the other? Any space savings with one type or the other (still given 10 characters of fixed data)?

Thanks,
Tom

Tom Terrian
Oracle DBA
WPAFB - DAASC
tterrian_at_daas.dla.mil
937-656-3844

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Terrian, Tom
  INET: tterrian_at_daas.dla.mil

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Aug 29 2001 - 13:29:02 CDT

Original text of this message

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