Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > Re: Character s...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 5 Topic 16521 of 17418
Post > Topic >>

Re: Character set: moving from WE8ISO8859P1 to UTF8

by Laurenz Albe <invite@[EMAIL PROTECTED] > May 7, 2008 at 07:38 AM

jeremy <jeremy0505@[EMAIL PROTECTED]
> wrote:
> Could anyone point me in the direction of any guides which could
> advise on the likely steps required to make applications code work on
> a database created as UTF8 character set versus WE8ISO8859P1  (against
> which the application was developed and runs in production now)? I am
> really looking for suggested settings of any NLS parameters that might
> enable compatibility and a checklist of the things that might need to
> be reviewed.

The two things that come to my mind at first are:

1.) Alter all table columns that were created as CHAR(n) or VARCHAR2(n)
    to CHAR(n CHAR) and VARCHAR2(n CHAR), respectively.
    Otherwise you may find that you sometimes cannot store three letters
    in a CHAR(3) column.

2.) Set the client character set correctly (i.e. to the encoding that your
    application expects) in NLS_LANG.

It is a common mistake to assume that the client character set should
always be set to the same value as the database character set.

Yours,
Laurenz Albe
 




 5 Posts in Topic:
Character set: moving from WE8ISO8859P1 to UTF8
jeremy <jeremy0505@[EM  2008-05-06 09:52:45 
Re: Character set: moving from WE8ISO8859P1 to UTF8
joel garry <joel-garry  2008-05-06 10:49:55 
Re: Character set: moving from WE8ISO8859P1 to UTF8
jeremy <jeremy0505@[EM  2008-05-06 13:16:49 
Re: Character set: moving from WE8ISO8859P1 to UTF8
Frank van Bortel <fran  2008-05-09 09:20:38 
Re: Character set: moving from WE8ISO8859P1 to UTF8
Laurenz Albe <invite@[  2008-05-07 07:38:30 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:40:56 CST 2008.