Import a dataabse with WE8MSWIN1252 character-set into a database using CL8MSWIN1251
The platform is windows and the oracle version is 10G.
I have a database with character-set WE8MSWIN1252 that I nneed to export and import into a database with characterset CL8MSWIN1251. I'm running into trouble though cause the ascii-code changes during the process.
I think I have tried almost everything. I have imported and exported the database with diffent NLS_LANG set, different codepages set in all possibleway still a the characters asciicodes changes.
So for example if I have an ascii-code of 208 in the western database it turns into 63 in the CL8MSWIN1251 and so on.