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: CHAR v. VARCHAR2: Space or Performance Optimization

Re: CHAR v. VARCHAR2: Space or Performance Optimization

From: Tim Witort <trwAT_at_ATmedicalert.DOTorg>
Date: 1997/07/09
Message-ID: <33C3F2C3.23A3@ATmedicalert.DOTorg>#1/1

Eric A. Stephens wrote:
>
> We are designing a fairly large DB and have concluded that using
> VARCHAR2 for all character data is acceptable since Oracle needs
> to store some data length information in each row piece in the
> data blocks.
>
> Is this a correct assumption?

Do it. You won't regret it. A lot of stuff can act wierd if the character data is stored as a CHAR instead of a VARCHAR2 - applications built in Developer 2000's Forms 4.5 for one.

Received on Wed Jul 09 1997 - 00:00:00 CDT

Original text of this message

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