My boss was so pleased with the response from this site that he asked me to ask another question! He was getting character set warnings when doing an export, apparently the charset of his db was different than where he was exporting (I think!).
In any case, we build a new db (schema) prior to loading it with data. Is there a way to change the character set on a new, empty db to prevent any errors? Is there some command we can use?
Thanks again!
Software/Hardware used:
Oracle 10.2.0.1.0
ASKED:
October 22, 2009 3:06 PM
UPDATED:
October 22, 2009 6:35 PM
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
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 ?
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 .