From Richard.Ji@MobileSpring.com Tue, 12 Feb 2002 08:44:40 -0800 From: "Ji, Richard" Date: Tue, 12 Feb 2002 08:44:40 -0800 Subject: RE: White space compression in Oracle Message-ID: MIME-Version: 1.0 Content-Type: text/plain Title: White space compression in Oracle Note VARCHAR and CHAR uses different comparison semantics.  With CHAR the shorter one is padded with spaces up to the same length as the longer one and a byte by byte comparison is used.  VARCHAR uses a none padded method. -----Original Message-----From: Marc Perkowitz [mailto:mperkowitz@twjconsulting.com]Sent: Monday, February 11, 2002 4:40 PMTo: Multiple recipients of list ORACLE-LSubject: Re: White space compression in Oracle Beth, Actually, varchar2 is char with the trailing spaces removed.  What's the difficulty with switching to varchar2?  Does RDB regenerate the white spaces when retrieving the data or something?   Generally, everyone uses varchar2 in Oracle.   Marc PerkowitzSenior ConsultantTWJ Consulting, LLC   847-256-8866 x15www.twjconsulting.com
----- Original Message -----