UTF-8 Encoding [message #63355] |
Tue, 28 September 2004 22:24 |
Anu
Messages: 82 Registered: May 2000
|
Member |
|
|
Hi all!
I need to upgrade the database from 8i to 9i. Here I have prepared the scripts for objects that are exists in 8i. I can create the database by running all those scripts in Oracle 9i. But here I want know the character set encoding.
In 8i I am using WEISO5901 Character set and i want my database must support multibyte characters in 9i. do i need to change the scripts( i mean, datalength ex: varchar2(10) to varchar2(30)) as the multibyte character set encoidng occupies 3 times of that original one.
Thanks in advance,
Anu
|
|
|
Re: UTF-8 Encoding [message #63365 is a reply to message #63355] |
Wed, 29 September 2004 12:59 |
croK
Messages: 170 Registered: April 2002
|
Senior Member |
|
|
I've been always using WE8ISO59P1, but, as far as i know, i believe that charset has nothing to do with datalenght. I believe that you only need to create your DB with the charset you need.
That's it.
Best luck
Oracle Consultant and remote DBA for hire.
|
|
|