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

Home -> Community -> Usenet -> c.d.o.misc -> Char versus VarChar(2)

Char versus VarChar(2)

From: Bill Buchan <bbuchan_at_ossian.net>
Date: 1998/06/29
Message-ID: <6n851o$rqb$1@phys-ma.sol.co.uk>#1/1

Is there a specific overhead associated with varchar or varchar2 which would mean that using char instead would be more efficient for short strings? ie. Are things like varchar2(3) or varchar2(5) sensible/preferable to char(3) or char(5)?

Thanks,

Received on Mon Jun 29 1998 - 00:00:00 CDT

Original text of this message

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