Charcter set Problem [message #62700] |
Tue, 10 August 2004 03:31 |
Praveen
Messages: 57 Registered: November 2001
|
Member |
|
|
I have a database in US7ASCII and national character set AL16UT16
I now created a new database with character set as UT8 and national character set AL32UT8
after that i migrated the data to the second database.
now i am trying to insert some character that is 32 characters long and has some jung character with more bytes into a varchar2(23) columns
its giving error..can anybody suggest a work around..can i place nvarchar(32) instead of varchar2(32)..will it work???
|
|
|