Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: different NLS in Database
"Bonjour" from Paris
From Metalink website :
EXPORT/IMPORT AND NLS CONSIDERATIONS
If you have exported/imported a database or table(s) and are now
encountering
character set conversion problems, use the following information to
confirm whether the export/import procedure was performed correctly:
set, it is then converted to the database character set if they differ. The database character set should be a superset of the Import's session character set otherwise special characters will not be correctly converted. ------------------- | db in character | export exp session is in character | set A |---------------------> set B as defined by NLS_LANG. ------------------- Therefore the dump file is in source character set B. Character set conversion may occur. | | | move file over to | another machine | V destination ------------------- | db in character | import imp session is in character | set D | <------------------- set C as defined by NLS_LANG. ------------------- The dump file is still in character set B. Character set conversion may occur. During the import process character set conversion may occur between character set C and the db's character set D if they differ.
You need to identify the following:
DATABASE for the destination database (character set D in the above)?
It is important to note Import will do up to 2 character set conversions
depending on:
(a) character set of export file (b) NLS_LANG of import session (c) character set of database.
"Au revoir" from Paris
Christophe Brault
Jacky Zhu a écrit :
> Hi all, > > I have a export file needed to be imported into a new database, > unfortunately the export file has a different NLS setting than the > setting on my Oracle server. > > Is it possible to create a database with a different NLS from the the > NLS on the Oracle server? If so, how? > > Thanks at advance. > > JackyReceived on Sat Jul 21 2001 - 16:35:13 CDT
![]() |
![]() |