Export-Import [message #56843] |
Wed, 30 April 2003 04:05 |
Dik
Messages: 27 Registered: June 2002
|
Junior Member |
|
|
Hi,
I have export done in EE8ISO859P2 character set and, EE8ISO859P2 NCHAR character set on Unix. I would like to do import in Windows NT, do I need the same character set for import or can I use EE8MSWIN1250?
|
|
|
|
Re: Export-Import [message #56876 is a reply to message #56843] |
Fri, 02 May 2003 00:42 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
Yes. You have to setup the NLS_LANG=language_territory.EE8ISO859P2 before the import. The character set has to be the same as the exported db one. Then the imp process will do the conversion internaly.
For example:
c:>set oracle_sid=...
c:>set NLS_LANG=<language>_<territory>.EE8ISO859P2
c:> imp parfile=.....
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|