Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: REF: Re: V7 VARCHAR2/CHAR usage
The biggest reason to use VARCHAR2 is that it is the only "character"
data type which is promised to be supported in the future. Oracle
created these data types as a response to ANSI standards and potential
standards for SQL, I believe.
One big point to remember with VARCHAR2 fields, if the maximum size is <= 250 bytes then it requires only 1 length byte. > 250 bytes and it requires 2. Doesn't sound like much but in some cases it could be.
Regards,
Powel Crosley
Eclipse Technology, Inc.
6410539_at_mcimail.com
Received on Tue Mar 14 1995 - 08:08:31 CST