JennyMack
3330 pts. | Oct 22 2009 4:19PM GMT
Hey DeloeranGuy,
Glad to hear you’re finding the site useful! Your boss can always sign up too =)
Welcome to the community,
Jenny
Community Manager
Carlosdl
29845 pts. | Oct 22 2009 6:08PM GMT
Some clarification is needed here.
A new schema is not a new database (and the character set is a property of the database, not the schema), so, did you create a new schema in the same database, or are they in different database servers ?
What do you get if you run this command from both databases ?
select * from nls_database_parameters where parameter = ‘NLS_CHARACTERSET’;
If you get the same value from both databases, then there is probably no need to change the character set unless the current character set does not support all the languages you need to support. Maybe you just need to change the character set on the OS, to avoid the characterset conversion when performing the export .






