Could you please re-post the character sets that you changed from/to, as those in the question are identical.
Could you also post the current NLS_LANG setting of the machine where you are doing the export.
Here are a couple of hints that may be helpful:
1. Generally the NLS_LANG setting will match whatever client you are using, BUT when doing an export for backup/recovery purposes then the NLS_LANG should match the character set of the database. This way no translations occur, and that means you don't have to worry about any special characters being lost.
2. An export is not usually a good backup technique, and RMAN is the suggested method. If you must use export and are running on v10g or later, then use "Data Pump" instead. It basically does the same job, but is the supported tool of choice. Export is degraded, and will eventually disappear.
Main Topics
Browse All Topics





by: elkhawajahPosted on 2009-07-05 at 05:12:49ID: 24779750
The NLS_LANG of the other database that you are exporting to should have the same character set as the exporting from database..