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: TRIM and SUBSTR not working

Re: TRIM and SUBSTR not working

From: Matthias Wirtz <Matthias.Wirtz_at_gmx.net>
Date: Wed, 09 Feb 2005 22:39:09 -0500
Message-ID: <371s9gF59gv61U1@individual.net>


Anurag Varma wrote:

> I think this has to do with the database characterset.
> If its a single byte .. you see the latter behavior.
> If its multibyte .. then you see the former behavior.

Both databases have the same character sets:

stat_at_STAT2> select * from v$nls_parameters where parameter LIKE 'NLS%_CHARACTERSET';

PARAMETER                  VALUE
-------------------------- -------------
NLS_CHARACTERSET           WE8ISO8859P1
NLS_NCHAR_CHARACTERSET     AL16UTF16

--
Matthias Wirtz - Norfolk, usa
Received on Wed Feb 09 2005 - 21:39:09 CST

Original text of this message

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