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 -> Re: Varchar2 vs Char

Re: Varchar2 vs Char

From: Roy Wagner <roywagner_at_aol.com>
Date: 1997/05/15
Message-ID: <19970515125501.IAA07133@ladder02.news.aol.com>#1/1

Also, unless the fields are fixed length and filled with characters to the very end of the defined length, then whoever tries to access that field MUST account for the padding of each CHAR field with blanks. This can lead to frustrations by many when you "cannot" find the data you know is the field because you forgot about the blanks at the end. It also leads to inefficient programming to process those fields. Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

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